Skip to content
This repository was archived by the owner on Jul 28, 2026. It is now read-only.

Commit 1dddfda

Browse files
committed
fix: dropdown clipped by overflow:hidden on wizard-content-wrapper
1 parent 932d43a commit 1dddfda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2463,7 +2463,7 @@ tbody tr:hover {
24632463
}
24642464

24652465
.wizard-content-wrapper {
2466-
overflow: hidden;
2466+
overflow: visible;
24672467
position: relative;
24682468
}
24692469

0 commit comments

Comments
 (0)