We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a473b commit c933668Copy full SHA for c933668
resources/views/components/docs/sidebar.blade.php
@@ -1,4 +1,4 @@
1
-<nav class="hidden lg:block mt-1 h-full lg:min-w-56 lg:min-h-screen"
+<nav class="hidden lg:block mt-1 lg:min-w-56 lg:min-h-screen"
2
:class="{ 'block lg:block': isOpen === true, 'hidden lg:block': isOpen === false }">
3
<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"
4
x-ref="dialog" x-on:keydown.escape.window="close()">
0 commit comments