4 lines
80 B
CSS
4 lines
80 B
CSS
|
.sidebar {
|
||
|
@apply fixed w-96 shadow-2xl bg-gray-600 right-0 top-0 h-full;
|
||
|
}
|