0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 20:12:40 +00:00

Remove z-index for metadata editor to not cover nav bar (errors/dropdowns/etc)

The other editor panels don't have a z-index. For some reason the metadata editor does, and it covers items from the navbar
This commit is contained in:
Trevor Buckner
2025-02-13 00:43:14 -05:00
parent 0bd5ac42b6
commit 45e98debbd

View File

@@ -7,7 +7,6 @@
.metadataEditor {
position : absolute;
z-index : 5;
box-sizing : border-box;
width : 100%;
height : calc(100vh - 54px); // 54px is the height of the navbar + snippet bar. probably a better way to dynamic get this.