Fix app layout. (login scrolling)
This commit is contained in:
@@ -25,7 +25,6 @@ import SideBar from "@/views/main/SideBar.vue";
|
|||||||
@apply font-sans;
|
@apply font-sans;
|
||||||
@apply bg-hBackground text-hOnBackground;
|
@apply bg-hBackground text-hOnBackground;
|
||||||
@apply h-screen;
|
@apply h-screen;
|
||||||
@apply bg-red-300;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.shell-side {
|
.shell-side {
|
||||||
@@ -41,6 +40,5 @@ import SideBar from "@/views/main/SideBar.vue";
|
|||||||
@apply flex justify-center items-center;
|
@apply flex justify-center items-center;
|
||||||
@apply w-full;
|
@apply w-full;
|
||||||
@apply lg:ml-64;
|
@apply lg:ml-64;
|
||||||
@apply bg-red-500;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user