mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-06-15 19:08:40 +00:00
Fix scroll bars
This commit is contained in:
@ -15,6 +15,11 @@
|
|||||||
<style>
|
<style>
|
||||||
@import url('https://unpkg.com/@catppuccin/palette/css/catppuccin.css');
|
@import url('https://unpkg.com/@catppuccin/palette/css/catppuccin.css');
|
||||||
|
|
||||||
|
body {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body,
|
body,
|
||||||
#container {
|
#container {
|
||||||
|
Reference in New Issue
Block a user