mirror of
https://github.com/mattermost/focalboard.git
synced 2025-02-04 19:15:49 +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 {
|
.focalboard-body, #focalboard-app {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user