mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 17:30:16 +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 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