summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/theme.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/theme.css b/static/theme.css
index 1f9d76b..b0e5da2 100644
--- a/static/theme.css
+++ b/static/theme.css
@@ -95,8 +95,11 @@ main {
display: inline-block;
margin-left: 10px;
width: 290px;
+ height: 543px;
background: #282a2e;
box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
+ overflow-x: hidden;
+ overflow-x: auto;
}
#playlist > a {