diff options
author | Chris Xiong <chirs241097@gmail.com> | 2021-04-07 16:48:52 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2021-04-07 16:48:52 +0800 |
commit | 9e6c738c255559a1d4f34b54626d5a11e155219e (patch) | |
tree | 9d2e7092590efa3bf91301fd15e8a542447dce44 | |
parent | 18581111a9644a8f3c8a0d7cde18ca539a1feb32 (diff) | |
download | web-9e6c738c255559a1d4f34b54626d5a11e155219e.tar.xz |
remove unnecessary x scrollbars.
-rw-r--r-- | libs/music/player.d/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/music/player.d/styles.css b/libs/music/player.d/styles.css index 7cd48f9..bc4055c 100644 --- a/libs/music/player.d/styles.css +++ b/libs/music/player.d/styles.css @@ -39,7 +39,7 @@ padding:1em; } #ntext{ - overflow:scroll; + overflow:auto scroll; height:calc(100% - 1em); white-space:pre-wrap; } |