Skip to content

Commit c933668

Browse files
finally fixed the stickiness of the sidebar h-full class of yhe parent was the problem.
1 parent 09a473b commit c933668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/docs/sidebar.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<nav class="hidden lg:block mt-1 h-full lg:min-w-56 lg:min-h-screen"
1+
<nav class="hidden lg:block mt-1 lg:min-w-56 lg:min-h-screen"
22
:class="{ 'block lg:block': isOpen === true, 'hidden lg:block': isOpen === false }">
33
<div class="lg:sticky lg:w-56 xl:w-64 lg:px-0 lg:top-0 overflow-y-auto bg-white dark:bg-gray-900 scrollbar lg:h-screen fixed left-0 top-nav z-50 overflow-x-auto text-left px-4 h-screen-24 w-full"
44
x-ref="dialog" x-on:keydown.escape.window="close()">

0 commit comments

Comments
 (0)