fixing micro scrolling in layout

This commit is contained in:
2023-11-01 12:58:20 -06:00
parent 29de2880b9
commit 3252e3ca9f
4 changed files with 16 additions and 19 deletions

View File

@@ -3,6 +3,10 @@ html,
body {
font-family: "DM Sans", sans-serif;
}
:root, #page, main {
padding: 0;
margin: 0;
}
#blazor-error-ui {
background: lightyellow;