fixed: sidebar should have max width
This commit is contained in:
parent
0db404ed69
commit
74773c256c
|
@ -1,3 +1,3 @@
|
||||||
.sidebar {
|
.sidebar {
|
||||||
@apply fixed w-96 shadow-2xl bg-gray-600 right-0 top-0 h-full;
|
@apply fixed w-max shadow-2xl bg-gray-600 right-0 top-0 h-full;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue