You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
The modal popup when trying to add a new attribute on an object gets covered by the backdrop. This is a known bootstrap 3 issue, which can be caused by a parent node of the modal having its position set to something other than default.
The ".main-panel" div on the page "neweditobject.html" is the parent of the modal, which has its position set to relative. Moving the modal to outside of the ".main-panel" div in the same HTML template fixes this issue. The div/form/fieldset are out of order in this template, so I did not PR my fix, as I'm not sure if that was on purpose (I changed mine to proper order and did not notice anything breaking).
The text was updated successfully, but these errors were encountered:
The modal popup when trying to add a new attribute on an object gets covered by the backdrop. This is a known bootstrap 3 issue, which can be caused by a parent node of the modal having its position set to something other than default.
The ".main-panel" div on the page "neweditobject.html" is the parent of the modal, which has its position set to relative. Moving the modal to outside of the ".main-panel" div in the same HTML template fixes this issue. The div/form/fieldset are out of order in this template, so I did not PR my fix, as I'm not sure if that was on purpose (I changed mine to proper order and did not notice anything breaking).
The text was updated successfully, but these errors were encountered: