summaryrefslogtreecommitdiff
path: root/themes/compact_night.css
diff options
context:
space:
mode:
authorJustAMacUser <[email protected]>2020-05-16 15:56:49 -0400
committerJustAMacUser <[email protected]>2020-05-16 15:56:49 -0400
commitc93bcef91f82493e248e2f7085883d81e95dd136 (patch)
treefbed1f6a834436118871dad7de42b856c7a795e9 /themes/compact_night.css
parent7a0ea9d90ebcfa6e4a252c55d2636a844e3f5b3d (diff)
Keep header above iframes in CDM.
Diffstat (limited to 'themes/compact_night.css')
-rw-r--r--themes/compact_night.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/compact_night.css b/themes/compact_night.css
index d5cfccde2..c62e6d901 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -1140,6 +1140,7 @@ video::-webkit-media-controls-overlay-play-button {
.cdm .header {
position: sticky;
top: 0;
+ z-index: 3;
}
.cdm .header,
.cdm .footer {