mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
Prevents the pull-to-refresh action on android devices
This commit is contained in:
parent
32081245da
commit
2e597505d2
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