mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
fix: styling
This commit is contained in:
parent
f9aa03bc6d
commit
694d1708a3
1 changed files with 4 additions and 0 deletions
|
|
@ -87,6 +87,10 @@
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
<style type="text/css" nonce="">
|
<style type="text/css" nonce="">
|
||||||
|
html {
|
||||||
|
overflow-y: hidden !important;
|
||||||
|
}
|
||||||
|
|
||||||
#splash-screen {
|
#splash-screen {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue