mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
fixed ios overscroll
This commit is contained in:
parent
dfc9412117
commit
cb1445086e
1 changed files with 1 additions and 0 deletions
|
|
@ -167,6 +167,7 @@
|
|||
<style type="text/css" nonce="">
|
||||
html {
|
||||
overflow-y: hidden !important;
|
||||
overscroll-behavior-y: none;
|
||||
}
|
||||
|
||||
#splash-screen {
|
||||
|
|
|
|||
Loading…
Reference in a new issue