Prevent page overscroll in chat layout (#1034)

Co-authored-by: vhqtvn <8930337+vhqtvn@users.noreply.github.com>
This commit is contained in:
vhqtvn
2026-04-27 12:14:09 +03:00
committed by GitHub
co-authored by vhqtvn
parent 2bc7b9b178
commit 4b171ee207
4 changed files with 26 additions and 14 deletions
+4 -4
View File
@@ -125,11 +125,11 @@
font-weight: var(--ui-regular-font-weight, 400);
}
/* Desktop shell: prevent rubber-band scrolling of the page itself.
/* Prevent rubber-band scrolling of the page itself.
App scroll should live inside dedicated scroll containers. */
:root.desktop-runtime,
:root.desktop-runtime body,
:root.desktop-runtime #root {
:root,
:root body,
:root #root {
height: 100%;
overflow: hidden;
overscroll-behavior: none;