Keep header above iframes in CDM.
This commit is contained in:
parent
7a0ea9d90e
commit
c93bcef91f
|
@ -1140,6 +1140,7 @@ video::-webkit-media-controls-overlay-play-button {
|
|||
.cdm .header {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 3;
|
||||
}
|
||||
.cdm .header,
|
||||
.cdm .footer {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1140,6 +1140,7 @@ video::-webkit-media-controls-overlay-play-button {
|
|||
.cdm .header {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 3;
|
||||
}
|
||||
.cdm .header,
|
||||
.cdm .footer {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1140,6 +1140,7 @@ video::-webkit-media-controls-overlay-play-button {
|
|||
.cdm .header {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 3;
|
||||
}
|
||||
.cdm .header,
|
||||
.cdm .footer {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -6,6 +6,7 @@
|
|||
.header {
|
||||
position: sticky;
|
||||
top : 0;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.header, .footer {
|
||||
|
|
|
@ -1141,6 +1141,7 @@ video::-webkit-media-controls-overlay-play-button {
|
|||
.cdm .header {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 3;
|
||||
}
|
||||
.cdm .header,
|
||||
.cdm .footer {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1141,6 +1141,7 @@ video::-webkit-media-controls-overlay-play-button {
|
|||
.cdm .header {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 3;
|
||||
}
|
||||
.cdm .header,
|
||||
.cdm .footer {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue