Fix bug where theme-popup was under the navigation arrows making it impossible to change the theme
This commit is contained in:
parent
394023f617
commit
5891e4b5db
|
@ -253,6 +253,7 @@ table thead td {
|
||||||
.theme-popup {
|
.theme-popup {
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
|
z-index: 1000;
|
||||||
-webkit-border-radius: 4px;
|
-webkit-border-radius: 4px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
font-size: 0.7em;
|
font-size: 0.7em;
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
position: relative
|
position: relative
|
||||||
left: 10px
|
left: 10px
|
||||||
|
|
||||||
|
z-index: 1000;
|
||||||
|
|
||||||
border-radius: 4px
|
border-radius: 4px
|
||||||
font-size: 0.7em
|
font-size: 0.7em
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue