diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2020-03-25 22:36:18 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2020-03-25 23:02:14 +1000 |
| commit | af07f1aaa96184f4ac74762cb9668ad06da0796f (patch) | |
| tree | eda9fa7e36507fcc55e640f299d3399795effb24 /static | |
| parent | 0bcc58191d318909d3680192abfd247b8e4dfca3 (diff) | |
Make the playlist vertically scrollable with a fixed height to match the main content
Diffstat (limited to 'static')
| -rw-r--r-- | static/theme.css | 3 |
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 { |
