Skip to content

Commit 550d9c4

Browse files
committed
Remove the text that should not be visible
1 parent e6296c0 commit 550d9c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ToggleFloatingWindowButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export function ToggleFloatingWindowButton({
8686
*/}
8787
<div
8888
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"
89+
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"
9090
aria-hidden="true"
9191
>
9292
<div className="w-6" aria-hidden="true" />

0 commit comments

Comments
 (0)