mirror of
https://github.com/wahyd4/hey-search.git
synced 2026-08-08 21:05:14 +10:00
Fix scroll!
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
|
||||
html, body {
|
||||
overflow-x: hidden;
|
||||
overscroll-behavior: none;
|
||||
/* height: 100%; */
|
||||
}
|
||||
|
||||
:root {
|
||||
@@ -88,7 +86,6 @@ html, body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
|
||||
}
|
||||
#root {
|
||||
height: 100%;
|
||||
min-height: 100vh;
|
||||
min-height: 100dvh;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user