mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-27 08:31:20 +02:00
Avoided double horizontal scrollbars (#954)
This commit is contained in:
parent
4dc1c6db4f
commit
eca18c0660
@ -16,10 +16,10 @@
|
||||
flex: 1 1 auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: auto;
|
||||
overflow: hidden;
|
||||
|
||||
> * {
|
||||
|
||||
|
||||
padding: 0 80px;
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
@ -45,4 +45,9 @@
|
||||
background: rgb(var(--center-channel-bg-rgb));
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
> div:nth-child(2) {
|
||||
padding: 4px;
|
||||
margin-left: 80px;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user