# HG changeset patch # User Goffi # Date 1596294091 -7200 # Node ID c8eb86b49cb56e2000f93a083b0df96886f0017c # Parent 8411a274448eb8863a2cee91c7a5097402dd4654 bulma (css): fixed overflow in slideshow diff -r 8411a274448e -r c8eb86b49cb5 sat_templates/templates/bulma/static/styles.css --- 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 {