allow overflow in Gallery View (#968)
Co-authored-by: Hossein <hahmadia@users.noreply.github.com>
This commit is contained in:
parent
9403fb91c6
commit
0525bfcb3b
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
.focalboard-body .Gallery {
|
.focalboard-body .Gallery {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
overflow: auto;
|
||||||
|
|
||||||
.octo-gallery-new {
|
.octo-gallery-new {
|
||||||
border: 1px solid rgba(var(--center-channel-color-rgb), 0.09);
|
border: 1px solid rgba(var(--center-channel-color-rgb), 0.09);
|
||||||
|
|
Loading…
Reference in a new issue