Fix scaling issue in height
This commit is contained in:
@@ -24,7 +24,7 @@ import SideBar from "@/views/main/SideBar.vue";
|
|||||||
@apply flex flex-col lg:flex-row;
|
@apply flex flex-col lg:flex-row;
|
||||||
@apply font-sans;
|
@apply font-sans;
|
||||||
@apply bg-hBackground text-hOnBackground;
|
@apply bg-hBackground text-hOnBackground;
|
||||||
@apply h-screen;
|
@apply min-h-screen h-full;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shell-side {
|
.shell-side {
|
||||||
|
|||||||
Reference in New Issue
Block a user