mirror of
https://github.com/meshtastic/web.git
synced 2025-12-24 00:00:01 -05:00
Merge pull request #597 from danditomaso/fix/content-overflow-issue
fix: defined height to html/body elements
This commit is contained in:
@@ -71,6 +71,23 @@
|
||||
}
|
||||
}
|
||||
|
||||
html {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: var(--font-sans);
|
||||
}
|
||||
|
||||
.app-container {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
@layer base {
|
||||
|
||||
*,
|
||||
@@ -80,10 +97,6 @@
|
||||
::file-selector-button {
|
||||
border-color: var(--color-slate-200, currentColor);
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: var(--font-sans);
|
||||
}
|
||||
}
|
||||
|
||||
@layer components {
|
||||
|
||||
Reference in New Issue
Block a user