mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +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 components;
|
||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
||||||
|
html, body {
|
||||||
|
/* Prevents the pull-to-refresh action */
|
||||||
|
overscroll-behavior-y: contain;
|
||||||
|
}
|
||||||
|
|
||||||
/* Custom Variables */
|
/* Custom Variables */
|
||||||
:root {
|
:root {
|
||||||
--white: #fff;
|
--white: #fff;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue