1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-30 14:00:07 +02:00

Fix main frame scrolling

This commit is contained in:
Chen-I Lim 2020-11-24 12:13:05 -08:00
parent 2b186e2362
commit 6d145800a8

View File

@ -8,6 +8,7 @@
flex: 1 1 auto;
display: flex;
flex-direction: column;
overflow: auto;
> .banner {
background-color: rgba(230, 220, 192, 0.9);