Independent chat management content scroll
| @@ -4244,8 +4244,8 @@ h5 { | ||
| 4244 | 4244 | } |
| 4245 | 4245 | |
| 4246 | 4246 | #select_chat_popup { |
| 4247 | 4247 | display: gridflex; |
| 4248 | 4248 | grid-templateflex-rowsdirection: auto autocolumn; |
| 4249 | 4249 | max-width: var(--sheldWidth); |
| 4250 | 4250 | height: min-content; |
| 4251 | 4251 | max-height: calc(100vh - var(--topBarBlockSize)); |
| @@ -4265,7 +4265,7 @@ h5 { | ||
| 4265 | 4265 | padding: 10px; |
| 4266 | 4266 | background-color: var(--SmartThemeBlurTintColor); |
| 4267 | 4267 | border-radius: 10px; |
| 4268 | 4268 | overflow-y: autohidden; |
| 4269 | 4269 | border: 1px solid var(--SmartThemeBorderColor); |
| 4270 | 4270 | } |
| 4271 | 4271 | |
| @@ -4275,7 +4275,8 @@ h5 { | ||
| 4275 | 4275 | |
| 4276 | 4276 | #select_chat_div { |
| 4277 | 4277 | padding: 0; |
| 4278 | 4278 | height: min-content100%; |
| 4279 | + overflow-y: auto; | |
| 4279 | 4280 | } |
| 4280 | 4281 | |
| 4281 | 4282 | #select_chat_div hr { |