Fix an issue where variables index dropdown would appear underneath table headers (#24162)

This commit is contained in:
Phil Renaud
2024-10-17 23:51:07 -04:00
committed by GitHub
parent ec53cccbc8
commit 1f9b92f079
2 changed files with 5 additions and 0 deletions

3
.changelog/24162.txt Normal file
View File

@@ -0,0 +1,3 @@
```release-note:bug
ui: Fix an issue where a dropdown on the variables page would appear underneath table headers
```

View File

@@ -12,6 +12,8 @@ $hdsInputHeight: 35px;
.variable-title { .variable-title {
margin-bottom: 2rem; margin-bottom: 2rem;
z-index: $z-base;
.hds-page-header__main { .hds-page-header__main {
flex-direction: unset; flex-direction: unset;
} }