File tree 1 file changed +1
-1
lines changed
resources/views/components
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ class="block p-1 rounded hover:bg-gray-100 dark:hover:bg-gray-800"
45
45
<x-pulse::icons .moon class =" hidden dark:block w-5 h-5" />
46
46
</button >
47
47
48
- <div x-show =" menu" class =" z-10 absolute origin-top-right right-0 bg-white dark:bg-gray-800 rounded-md ring-1 ring-gray-900/5 shadow-xl flex flex-col" style =" display : none ;" @click =" menu = false" >
48
+ <div x-show =" menu" class =" z-10 absolute origin-top-right right-0 bg-white dark:bg-gray-800 rounded-md ring-1 ring-gray-900/5 shadow-xl flex flex-col overflow-hidden " style =" display : none ;" @click =" menu = false" >
49
49
<button class =" flex items-center px-4 py-2 gap-3 hover:bg-gray-100 dark:hover:bg-gray-700" :class =" theme === 'light' ? 'text-gray-900 dark:text-gray-100' : 'text-gray-500 dark:text-gray-400'" @click =" lightMode()" >
50
50
<x-pulse::icons .sun class =" w-5 h-5" />
51
51
Light
You can’t perform that action at this time.
0 commit comments