Skip to content

Commit 6c99a5b

Browse files
committed
bugfix: helper-box made body overflow
1 parent 7699c1c commit 6c99a5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/css/helper.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
position: absolute;
1414
/* left: 50px;
1515
top: 50%; */
16-
width: 30%;
16+
max-width: 400px;
1717
z-index: 1000;
1818
background: var(--helper-background-color);
1919
border: 4px solid var(--helper-border-color);

0 commit comments

Comments
 (0)