fixed: sidebar should have max width

This commit is contained in:
philipp lang 2021-07-04 22:39:10 +02:00
parent 0db404ed69
commit 74773c256c
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }