src: add a patch class ".dplayer-web-fullscreen-fix"
This commit is contained in:
parent
e07c8254e0
commit
c7a7e6c519
|
|
@ -1261,4 +1261,13 @@
|
|||
|
||||
[data-balloon][data-balloon-pos="up"]:after {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
// To hide scroll bar, apply this class to <body>
|
||||
.dplayer-web-fullscreen-fix {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue