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