Skip to content

Commit 60b9147

Browse files
committed
Raise tooltip portal z-index above modal layers
1 parent 6b08cb0 commit 60b9147

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ input {
266266
position: fixed;
267267
top: 0;
268268
left: 0;
269-
z-index: 2000;
269+
z-index: 12000;
270270
width: 240px;
271271
border: 1px solid var(--border);
272272
border-radius: 8px;

0 commit comments

Comments
 (0)