0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Lift up box to not be covered by Themes selector.

This commit is contained in:
Trevor Buckner
2023-03-20 13:18:20 -04:00
parent 0a7ccfb89e
commit 285b4c3b92

View File

@@ -96,7 +96,8 @@
}
&.language .language-dropdown {
max-width:150px;
max-width : 150px;
z-index : 200;
}
small {
font-size : 0.6em;
@@ -169,7 +170,7 @@
.navDropdownContainer {
background-color : white;
position : relative;
z-index : 500;
z-index : 100;
&.disabled {
font-style :italic;
font-style : italic;