mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-15 23:58:56 -05:00
hide scrollbars
This commit is contained in:
parent
99fbf0e79e
commit
ee3a2365fe
@ -19,3 +19,12 @@ body {
|
||||
background: var(--background);
|
||||
font-family: 'Inter', Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
* {
|
||||
scrollbar-width: none; /* Firefox */
|
||||
-ms-overflow-style: none; /* IE and Edge */
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user