Skip to content

Commit a99956a

Browse files
committed
fix: wrong displace of root input div
1 parent 179fb69 commit a99956a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/index.less

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,15 @@
6161
width: fit-content;
6262
}
6363
me-root {
64-
padding: 10px var(--gap);
65-
color: var(--root-color);
66-
background-color: var(--root-bgcolor);
67-
border-radius: var(--root-radius);
64+
position: relative;
6865
me-tpc {
6966
display: block;
7067
font-size: 25px;
68+
color: var(--root-color);
69+
padding: 10px var(--gap);
70+
border-radius: var(--root-radius);
7171
white-space: pre-wrap;
72+
background-color: var(--root-bgcolor);
7273
#input-box {
7374
padding: 10px var(--gap);
7475
}

0 commit comments

Comments
 (0)