Mercurial > libervia-templates
comparison 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 |
comparison
equal
deleted
inserted
replaced
254:8411a274448e | 255:c8eb86b49cb5 |
---|---|
161 width: 0; | 161 width: 0; |
162 max-width: 80%; | 162 max-width: 80%; |
163 z-index: 200; | 163 z-index: 200; |
164 background: white; | 164 background: white; |
165 transition: width 0.3s ease-out; | 165 transition: width 0.3s ease-out; |
166 overflow: auto; | |
167 color: black; | |
166 } | 168 } |
167 | 169 |
168 .comments_side_panel.open { | 170 .comments_side_panel.open { |
169 width: 55rem; | 171 width: 55rem; |
170 transition: width 0.3s ease-out; | 172 transition: width 0.3s ease-out; |
181 width: 100vw; | 183 width: 100vw; |
182 height: 100vh; | 184 height: 100vh; |
183 background-color: black; | 185 background-color: black; |
184 color: white; | 186 color: white; |
185 z-index: 100; | 187 z-index: 100; |
186 /* color: white; */ | 188 overflow: hidden; |
187 } | 189 } |
188 | 190 |
189 div.slideshow>button.delete { | 191 div.slideshow>button.delete { |
190 z-index: 100; | 192 z-index: 100; |
191 background-color: var(--grey-light); | 193 background-color: var(--grey-light); |