changeset 255:c8eb86b49cb5

bulma (css): fixed overflow in slideshow
author Goffi <goffi@goffi.org>
date Sat, 01 Aug 2020 17:01:31 +0200
parents 8411a274448e
children 2ee4a91f615b
files sat_templates/templates/bulma/static/styles.css
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sat_templates/templates/bulma/static/styles.css	Sat Aug 01 17:01:31 2020 +0200
+++ b/sat_templates/templates/bulma/static/styles.css	Sat Aug 01 17:01:31 2020 +0200
@@ -163,6 +163,8 @@
     z-index: 200;
     background: white;
     transition: width 0.3s ease-out;
+    overflow: auto;
+    color: black;
 }
 
 .comments_side_panel.open {
@@ -183,7 +185,7 @@
     background-color: black;
     color: white;
     z-index: 100;
-    /* color: white; */
+    overflow: hidden;
 }
 
 div.slideshow>button.delete {