Skip to content

Commit d941f90

Browse files
committed
Fix broken tooltip layout with container layout issues
Refs: #7987
1 parent 58b8714 commit d941f90

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/components/src/components/input-line.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
@layer kol-component {
77
.kol-input {
88
display: grid;
9+
position: relative;
10+
}
11+
12+
.kol-tooltip-wc .tooltip-floating {
13+
position: absolute;
914
}
1015

1116
.kol-input .input-slot {

0 commit comments

Comments
 (0)