mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 05: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="">
|
<style type="text/css" nonce="">
|
||||||
html {
|
html {
|
||||||
overflow-y: hidden !important;
|
overflow-y: hidden !important;
|
||||||
|
overscroll-behavior-y: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#splash-screen {
|
#splash-screen {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue