mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
Merge 2e597505d2 into b288d81f5a
This commit is contained in:
commit
7b847c12a9
1 changed files with 5 additions and 0 deletions
|
|
@ -2,6 +2,11 @@
|
|||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
html, body {
|
||||
/* Prevents the pull-to-refresh action */
|
||||
overscroll-behavior-y: contain;
|
||||
}
|
||||
|
||||
/* Custom Variables */
|
||||
:root {
|
||||
--white: #fff;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue