Timothy Jaeryang Baek hace 2 meses
padre
commit
9979ed4b46
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/lib/components/layout/Sidebar.svelte

+ 1 - 1
src/lib/components/layout/Sidebar.svelte

@@ -711,7 +711,7 @@
 				</a>
 				<Tooltip
 					content={$showSidebar ? $i18n.t('Close Sidebar') : $i18n.t('Open Sidebar')}
-					interactive={true}
+					placement="bottom"
 				>
 					<button
 						class=" flex rounded-lg hover:bg-gray-100 dark:hover:bg-gray-850 transition cursor-[w-resize]"