0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 15:42:38 +00:00

Stop error bar from blocking menus

This commit is contained in:
G.Ambatte
2025-01-07 18:02:17 +13:00
parent 37d00f1255
commit 2779055e50

View File

@@ -1,7 +1,8 @@
.errorBar {
position : absolute;
z-index : 1000;
top : 32px;
z-index : 1;
width : 100%;
color : white;
background-color : @red;