Fix content not being visible

This commit is contained in:
2025-07-17 15:11:46 -07:00
parent f1bd1af525
commit 31a2e78b7d
3 changed files with 10 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
@import 'tailwindcss';
.sidebar {
@apply w-60 h-screen bg-[#191919] flex flex-col;
@apply fixed top-0 left-0 w-60 h-screen bg-[#191919] flex flex-col;
}
.logo {