diff options
author | tpart <tpart120@proton.me> | 2023-12-22 13:21:53 +0100 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2023-12-22 13:21:53 +0100 |
commit | b898f0ec5d384eeec9ac89066472bbacc5d9a123 (patch) | |
tree | a91f2e4c5ffda431aaa9a1169b1bc28e7643acdc | |
parent | 18a791635283482d4e48cb7ef00df8f908ff22ac (diff) | |
download | jellything-b898f0ec5d384eeec9ac89066472bbacc5d9a123.tar jellything-b898f0ec5d384eeec9ac89066472bbacc5d9a123.tar.bz2 jellything-b898f0ec5d384eeec9ac89066472bbacc5d9a123.tar.zst |
Fix scroll in player
-rw-r--r-- | web/style/player.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/style/player.css b/web/style/player.css index 1683573..3a96182 100644 --- a/web/style/player.css +++ b/web/style/player.css @@ -60,4 +60,5 @@ form.playerconf { width: 100vw; height: 100vh; background-color: black; + display: block; } |