diff --git a/webapp/src/components/centerPanel.scss b/webapp/src/components/centerPanel.scss index 5d76e6262..e3a1006dc 100644 --- a/webapp/src/components/centerPanel.scss +++ b/webapp/src/components/centerPanel.scss @@ -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; + } }