Skip to content

Commit 93f0c62

Browse files
committed
try this z stack
1 parent e20de96 commit 93f0c62

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

www/pagestyle2.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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: 60em) {
3906+
@media (min-width: 50em) {
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;

www/video/compare.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
?>
137137
position: sticky;
138138
top: 0;
139-
z-index: 999999;
139+
z-index: 9999;
140140

141141
<?php
142142
}
@@ -334,7 +334,7 @@
334334
div.waterfall-sliders {
335335
position: sticky;
336336
top: 0;
337-
z-index: 999999;
337+
z-index: 9999;
338338
}
339339
<?php
340340
}

0 commit comments

Comments
 (0)