chore: remove usage of styled-jsx
This commit is contained in:
@ -12,9 +12,18 @@
|
||||
@apply flex h-screen flex-col;
|
||||
}
|
||||
|
||||
#application-page-content {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
body {
|
||||
@apply bg-white font-headline text-black dark:bg-black dark:text-white;
|
||||
overflow: hidden;
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: var(--scroll-bar-color) var(--scroll-bar-bg-color);
|
||||
z-index: 1000;
|
||||
height: calc(100vh - 64px);
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.h-full-without-header {
|
||||
|
Reference in New Issue
Block a user