1 parent e6296c0 commit 550d9c4Copy full SHA for 550d9c4
1 file changed
src/components/ToggleFloatingWindowButton.tsx
@@ -86,7 +86,7 @@ export function ToggleFloatingWindowButton({
86
*/}
87
<div
88
ref={referenceContainerRef}
89
- className="absolute top-0 left-0 min-w-14 text-black inline-flex items-center justify-center gap-2 pointer-none whitespace-nowrap"
+ className="absolute h-0 overflow-hidden top-0 left-0 min-w-14 text-black inline-flex items-center justify-center gap-2 pointer-none whitespace-nowrap"
90
aria-hidden="true"
91
>
92
<div className="w-6" aria-hidden="true" />
0 commit comments