@@ -18,7 +18,7 @@ const LDFilterWrapper: FC<Props> = function(props) {
}
return (
- <Card>
+ <Card className="ld-filter">
<form data-testid={props['data-testid']} onSubmit={onSubmit}>
<Space wrap className="ld-filter-field-group">
{children}
@@ -1,3 +1,7 @@
+.ld-filter {
+ z-index: 9;
+}
+
.ld-filter-field-label {
display: block;
min-width: 5em;
@@ -5,10 +9,6 @@
line-height: 2.2;
-.ld-filter-field-select {
- min-width: 180px;
-}
-
.ld-filter-field {
display: flex;
flex-wrap: wrap;
@@ -1,3 +1,4 @@
.ld-table-wrapper {
+ z-index: 1;
margin-top: var(--content-padding);