diff sat_templates/templates/bulma/static/styles.css @ 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 caadb06854a0
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 {