diff options
author | Kuuuube <61125188+Kuuuube@users.noreply.github.com> | 2024-06-30 20:01:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-01 00:01:37 +0000 |
commit | dd7a4dea728251487851c11c6161461263081902 (patch) | |
tree | ed08ded6ea5ce5339a3afc25e3b9fcf2ef84ade8 /ext | |
parent | 307085cfe023910048308192143c1a682d92123e (diff) |
Set overscroll to contain for popup (#1155)
Diffstat (limited to 'ext')
-rw-r--r-- | ext/css/display.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/css/display.css b/ext/css/display.css index 4923318a..99bc3606 100644 --- a/ext/css/display.css +++ b/ext/css/display.css @@ -384,6 +384,7 @@ a:has(rt) { overflow-y: scroll; align-items: stretch; justify-content: flex-start; + overscroll-behavior: contain; } .content-body { flex: 1 1 auto; |