Skip to content

Commit f4ef79d

Browse files
author
Stefanie Hein
committed
Input: fix z-index issue when scrolling in a list-view-grid with a fixed header, I think we do not need to apply a z-index here at all. See #77735
1 parent 83a7a3f commit f4ef79d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/scss/themes/fylr/mixins/_forms.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
// should always win !
5151
box-shadow: $input-focus-shadow !important; // see mixins/_buttons
5252
border-color: $input-focus-border-color !important;
53-
z-index: 1;
5453
}
5554

5655
@mixin form-key-value-inline() {

src/scss/themes/fylr/mixins/_list-view-use-css-grid-layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ which will apply the class "use-css-grid-layout"
9090
top: 0;
9191
background-color: var(--pane-background);
9292
box-shadow: var(--box-shadow-vertical, none);
93-
z-index: 1; // todo: make this a little higher so we have some room for other z-index styles (e.g. .cui-search-selector-input-icon)
93+
z-index: 1;
9494
}
9595

9696
&.is-scrolling-vertically {

0 commit comments

Comments
 (0)