Ensure full-size click area

This commit is contained in:
Jason Zimdars
2025-03-26 15:49:33 -05:00
parent f3bc2a2316
commit 899c6acbf2
+2 -1
View File
@@ -97,9 +97,10 @@
--outline-size: 0;
background-color: transparent;
block-size: var(--height);
border: 0;
cursor: pointer;
inset: 0;
inset: auto 0 0 0;
padding: 0;
position: absolute;
z-index: 6;