From c7a7e6c51954b341fa02df26a5245341249fe233 Mon Sep 17 00:00:00 2001 From: Micooz Date: Fri, 22 Sep 2017 11:40:35 +0800 Subject: [PATCH] src: add a patch class ".dplayer-web-fullscreen-fix" --- src/DPlayer.scss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/DPlayer.scss b/src/DPlayer.scss index 55416fd..a0660dc 100644 --- a/src/DPlayer.scss +++ b/src/DPlayer.scss @@ -1261,4 +1261,13 @@ [data-balloon][data-balloon-pos="up"]:after { margin-bottom: 0; -} \ No newline at end of file +} + +// To hide scroll bar, apply this class to +.dplayer-web-fullscreen-fix { + position: fixed; + top: 0; + left: 0; + margin: 0; + padding: 0; +}