Skip to content

Commit df615ae

Browse files
✨ Update sidebar-left-navigation component styles for improved layout and spacing
1 parent e9bb1e7 commit df615ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/sidebar-left-navigation.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<aside
2-
class="sticky top-20 hidden max-h-[calc(100dvh-8rem)] w-[19rem] shrink-0 overflow-auto pr-5 pt-4 lg:block"
2+
class="sticky top-20 hidden max-h-[calc(100dvh-8rem)] w-[18rem] shrink-0 overflow-y-auto overflow-x-hidden pr-3 pt-4 lg:block"
33
>
44
<nav class="relative flex flex-1 flex-col pb-5">
55
<x-platform-switcher />

0 commit comments

Comments
 (0)