Independent chat management content scroll

4f6c5522bc9ebce981fbdf4c915473337717088f

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +5 -4Showing whitespace changes
public/style.css+5 -4
@@ -4244,8 +4244,8 @@ h5 {
42444244}
42454245
42464246#select_chat_popup {
42474247 display: gridflex;
42484248 grid-templateflex-rowsdirection: auto autocolumn;
42494249 max-width: var(--sheldWidth);
42504250 height: min-content;
42514251 max-height: calc(100vh - var(--topBarBlockSize));
@@ -4265,7 +4265,7 @@ h5 {
42654265 padding: 10px;
42664266 background-color: var(--SmartThemeBlurTintColor);
42674267 border-radius: 10px;
42684268 overflow-y: autohidden;
42694269 border: 1px solid var(--SmartThemeBorderColor);
42704270}
42714271
@@ -4275,7 +4275,8 @@ h5 {
42754275
42764276#select_chat_div {
42774277 padding: 0;
42784278 height: min-content100%;
4279+ overflow-y: auto;
42794280}
42804281
42814282#select_chat_div hr {