mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-29 19:52:43 +00:00
Merge pull request #3244 from Gazook89/theme-selector-styling
Theme Selector Z-index issue
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
.metadataEditor{
|
.metadataEditor{
|
||||||
position : absolute;
|
position : absolute;
|
||||||
z-index : 10000;
|
z-index : 5;
|
||||||
box-sizing : border-box;
|
box-sizing : border-box;
|
||||||
width : 100%;
|
width : 100%;
|
||||||
padding : 25px;
|
padding : 25px;
|
||||||
|
|||||||
@@ -72,7 +72,7 @@
|
|||||||
position : absolute;
|
position : absolute;
|
||||||
top : 25px;
|
top : 25px;
|
||||||
right : 0;
|
right : 0;
|
||||||
z-index : 1;
|
z-index : 10;
|
||||||
display : flex;
|
display : flex;
|
||||||
align-items : center;
|
align-items : center;
|
||||||
justify-content : center;
|
justify-content : center;
|
||||||
|
|||||||
Reference in New Issue
Block a user