Independent chat management content scroll

4f6c5522bc9ebce981fbdf4c915473337717088f

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

1 files changed, +5 -4Ignore whitespace
public/style.css+5 -4
@@ -4244,8 +4244,8 @@ h5 {
4244}4244}
42454245
4246#select_chat_popup {4246#select_chat_popup {
4247 display: grid;4247 display: flex;
4248 grid-template-rows: auto auto;4248 flex-direction: column;
4249 max-width: var(--sheldWidth);4249 max-width: var(--sheldWidth);
4250 height: min-content;4250 height: min-content;
4251 max-height: calc(100vh - var(--topBarBlockSize));4251 max-height: calc(100vh - var(--topBarBlockSize));
@@ -4265,7 +4265,7 @@ h5 {
4265 padding: 10px;4265 padding: 10px;
4266 background-color: var(--SmartThemeBlurTintColor);4266 background-color: var(--SmartThemeBlurTintColor);
4267 border-radius: 10px;4267 border-radius: 10px;
4268 overflow-y: auto;4268 overflow-y: hidden;
4269 border: 1px solid var(--SmartThemeBorderColor);4269 border: 1px solid var(--SmartThemeBorderColor);
4270}4270}
42714271
@@ -4275,7 +4275,8 @@ h5 {
42754275
4276#select_chat_div {4276#select_chat_div {
4277 padding: 0;4277 padding: 0;
4278 height: min-content;4278 height: 100%;
4279 overflow-y: auto;
4279}4280}
42804281
4281#select_chat_div hr {4282#select_chat_div hr {