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:
parent
3a7747b7dd
commit
ee77fad020
@ -8,6 +8,7 @@ html {
|
||||
.focalboard-body, #focalboard-app {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user