fix: wrong body height calc on mid+ viewport
This commit is contained in:
@@ -42,7 +42,7 @@ body {
|
|||||||
body {
|
body {
|
||||||
width: calc(100% - 8rem - 2px);
|
width: calc(100% - 8rem - 2px);
|
||||||
height: calc(100vh - 10rem - 2px);
|
height: calc(100vh - 10rem - 2px);
|
||||||
height: calc(100svh - 6rem - 2px);
|
height: calc(100svh - 10rem - 2px);
|
||||||
padding: 4rem;
|
padding: 4rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user