Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit 9949c02

Browse files
committed
fix overflow bug on line numbers
1 parent 3d311b0 commit 9949c02

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/features/constraintMenu/constraintMenu.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ div.constraint-menu {
5252
overflow: visible;
5353
}
5454

55+
#constraint-menu-input .overflow-guard {
56+
overflow: hidden;
57+
}
58+
5559
#validation-label {
5660
height: 1rem;
5761
color: var(--color-error);

0 commit comments

Comments
 (0)