aboutsummaryrefslogtreecommitdiff
path: root/newspipe/web/static/css/customized-bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'newspipe/web/static/css/customized-bootstrap.css')
-rw-r--r--newspipe/web/static/css/customized-bootstrap.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/newspipe/web/static/css/customized-bootstrap.css b/newspipe/web/static/css/customized-bootstrap.css
index f6bbcfd7..d86422ab 100644
--- a/newspipe/web/static/css/customized-bootstrap.css
+++ b/newspipe/web/static/css/customized-bootstrap.css
@@ -31,7 +31,10 @@ img {
}
-
+#sidebar {
+ overflow: auto;
+ max-height: 700px;
+}
#newspipenav {
background-color: #205081;
bgstack15