0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 16:12:38 +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 { &.language .language-dropdown {
max-width:150px; max-width : 150px;
z-index : 200;
} }
small { small {
font-size : 0.6em; font-size : 0.6em;
@@ -169,7 +170,7 @@
.navDropdownContainer { .navDropdownContainer {
background-color : white; background-color : white;
position : relative; position : relative;
z-index : 500; z-index : 100;
&.disabled { &.disabled {
font-style :italic; font-style :italic;
font-style : italic; font-style : italic;