Integrated titlebar windows

This commit is contained in:
Gregory Schier
2024-01-14 16:44:04 -08:00
parent 488d66d248
commit a7ffed9716
10 changed files with 136 additions and 90 deletions

View File

@@ -6,11 +6,11 @@
html,
body,
#root {
@apply w-full h-full;
@apply w-full h-full overflow-hidden;
}
#root {
@apply bg-gray-50 text-gray-900 overflow-hidden;
@apply bg-gray-50 text-gray-900;
}
/* Setup default transitions for elements */