1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-26 18:48:15 +02:00

add overflow: none to prevent scrolling (#939)

Co-authored-by: Harshil Sharma <harshilsharma63@gmail.com>
Co-authored-by: Jesús Espino <jespinog@gmail.com>
This commit is contained in:
Scott Bishel 2021-08-12 04:07:47 -06:00 committed by GitHub
parent 3a7747b7dd
commit ee77fad020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ html {
.focalboard-body, #focalboard-app {
display: flex;
flex-direction: column;
overflow: hidden;
width: 100%;
height: 100%;