mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 15:36:58 +00:00
9 lines
175 B
CSS
9 lines
175 B
CSS
.root {
|
|
@apply fixed inset-0 overflow-hidden h-full z-50;
|
|
}
|
|
|
|
.sidebar {
|
|
@apply h-full flex flex-col text-base bg-accent-0 shadow-xl overflow-y-auto;
|
|
min-width: 335px;
|
|
}
|