diff --git a/build/system24.css b/build/system24.css index 7b2b54c..2809e1f 100644 --- a/build/system24.css +++ b/build/system24.css @@ -367,8 +367,9 @@ body { .peopleColumn__133bf, .tabBody__133bf, .container__01ae2, - .chatContent_f75fb0 { - overflow: visible; + .chatContent_f75fb0, + .messagesWrapper__36d07 { + overflow: visible !important; } .page__5e434, .tabBody__133bf { @@ -380,7 +381,9 @@ body { .sidebarList__5e434, .container_c8ffbb, .peopleColumn__133bf, - .nowPlayingColumn__133bf { + .nowPlayingColumn__133bf, + .messagesWrapper__36d07, + .channelTextArea_f75fb0 { position: relative; } diff --git a/src/panel-labels.css b/src/panel-labels.css index 5ffc1d3..3d0fc7d 100644 --- a/src/panel-labels.css +++ b/src/panel-labels.css @@ -95,8 +95,9 @@ body { .peopleColumn__133bf, .tabBody__133bf, .container__01ae2, - .chatContent_f75fb0 { - overflow: visible; + .chatContent_f75fb0, + .messagesWrapper__36d07 { + overflow: visible !important; } .page__5e434, .tabBody__133bf { @@ -108,7 +109,9 @@ body { .sidebarList__5e434, .container_c8ffbb, .peopleColumn__133bf, - .nowPlayingColumn__133bf { + .nowPlayingColumn__133bf, + .messagesWrapper__36d07, + .channelTextArea_f75fb0 { position: relative; }