allow overflow in Gallery View (#968)

Co-authored-by: Hossein <hahmadia@users.noreply.github.com>
This commit is contained in:
Scott Bishel 2021-08-13 03:09:06 -06:00 committed by GitHub
parent 9403fb91c6
commit 0525bfcb3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
.focalboard-body .Gallery {
display: flex;
flex-wrap: wrap;
overflow: auto;
.octo-gallery-new {
border: 1px solid rgba(var(--center-channel-color-rgb), 0.09);