Fix app layout. (login scrolling)

This commit is contained in:
2025-02-17 22:35:27 -05:00
parent 696ff99580
commit 7fd30eca2f

View File

@@ -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>