summaryrefslogtreecommitdiff
path: root/docs/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/assets/css')
-rw-r--r--docs/assets/css/css.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/assets/css/css.css b/docs/assets/css/css.css
index 6271eb3..5aa0b0b 100644
--- a/docs/assets/css/css.css
+++ b/docs/assets/css/css.css
@@ -214,7 +214,7 @@ ol li {
.playlist {
-webkit-overflow-scrolling: touch;
overflow-y: auto;
- max-height: calc(100vh - 140px);
+ max-height: calc(100vh - 200px);
width: 331px;
max-width: calc(100vw - 30px);
background: black;
@@ -259,7 +259,7 @@ ol li {
section {
-webkit-overflow-scrolling: touch;
overflow-y: auto;
- max-height: calc(100vh - 140px);
+ max-height: calc(100vh - 200px);
max-width: 500px;
background: black;
position: absolute;
@@ -339,4 +339,4 @@ section {
width: 36px;
height: 36px;
}
-} \ No newline at end of file
+}