1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 06:35:55 +00:00

Keep header above iframes in CDM.

This commit is contained in:
JustAMacUser
2020-05-16 15:56:49 -04:00
parent 7a0ea9d90e
commit c93bcef91f
11 changed files with 11 additions and 5 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -6,6 +6,7 @@
.header {
position: sticky;
top : 0;
z-index: 3;
}
.header, .footer {

View File

@@ -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

View File

@@ -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