src: add a patch class ".dplayer-web-fullscreen-fix"

This commit is contained in:
Micooz 2017-09-22 11:40:35 +08:00
parent e07c8254e0
commit c7a7e6c519
1 changed files with 10 additions and 1 deletions

View File

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