Prevent page overscroll in chat layout (#1034)
Co-authored-by: vhqtvn <8930337+vhqtvn@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
co-authored by
vhqtvn
parent
2bc7b9b178
commit
4b171ee207
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user