1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-03 08:45:40 +02:00

Revert "Fixed a bug causing double scroll bars to appear (#2217)"

This reverts commit 55879bdf11.
This commit is contained in:
Harrison Healey 2022-02-04 13:45:52 -05:00
parent 22760fcb53
commit 9e3e6be1c6

View File

@ -39,7 +39,7 @@
}
}
@media screen and (max-width: 768px) {
@media screen and (max-width: 768px) {
.mobileWarning {display: flex;}
}
}
@ -48,7 +48,3 @@
width: 600px;
height: 468px;
}
.mainContentRow {
height: calc(100% - 40px);
}