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:
parent
22760fcb53
commit
9e3e6be1c6
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user