File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1610,7 +1610,7 @@ a.btn-primary-compact {
16101610
16111611 padding : 5vh 5vw ;
16121612 position : fixed;
1613- z-index : 999999999 !important ;
1613+ z-index : 9999999 !important ;
16141614 height : 80vh !important ;
16151615 width : 80vw !important ;
16161616 left : 5vw !important ;
@@ -2180,7 +2180,7 @@ th.header {
21802180 left : auto;
21812181 top : auto;
21822182 position : absolute;
2183- z-index : 99999 ;
2183+ z-index : 999 ;
21842184 margin : -4px ;
21852185 background : # fff ;
21862186}
@@ -3903,7 +3903,7 @@ div.bar {
39033903}
39043904
39053905/* at 60em and up, the settings are displayed as a fixed panel */
3906- @media (min-width : 60 em ) {
3906+ @media (min-width : 50 em ) {
39073907 .customwaterfall_hed {
39083908 display : flex;
39093909 justify-content : space-between;
@@ -3918,7 +3918,7 @@ div.bar {
39183918 color : # fff ;
39193919 min-height : 20rem ;
39203920 position : fixed;
3921- z-index : 9999999 ;
3921+ z-index : 999999 ;
39223922 right : 2vw ;
39233923 top : auto;
39243924 width : 50vw ;
Original file line number Diff line number Diff line change 136136 ?>
137137 position: sticky;
138138 top: 0;
139- z-index: 999999 ;
139+ z-index: 9999 ;
140140
141141 <?php
142142 }
334334 div.waterfall-sliders {
335335 position: sticky;
336336 top: 0;
337- z-index: 999999 ;
337+ z-index: 9999 ;
338338 }
339339 <?php
340340 }
You can’t perform that action at this time.
0 commit comments