Skip to content

Commit 1040a4c

Browse files
committed
fix(ui): prevent form inputs from covering form steps
1 parent da9026a commit 1040a4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • stackgres-k8s/src/admin-ui/public/assets/css

stackgres-k8s/src/admin-ui/public/assets/css/sg-1.0.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ form.form .helpTooltip {
636636
padding-top: 25px;
637637
position: sticky;
638638
top: 90px;
639-
z-index: 2;
639+
z-index: 999;
640640
}
641641

642642
ul.steps {

0 commit comments

Comments
 (0)