Skip to content

Commit

Permalink
Fix an issue where variables index dropdown would appear underneath t…
Browse files Browse the repository at this point in the history
…able headers
  • Loading branch information
philrenaud committed Oct 9, 2024
1 parent 278a2df commit db57017
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/24162.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
ui: Fix an issue where a dropdown on the variables page would appear underneath table headers
```
2 changes: 2 additions & 0 deletions ui/app/styles/components/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ $hdsInputHeight: 35px;

.variable-title {
margin-bottom: 2rem;
z-index: $z-base;

.hds-page-header__main {
flex-direction: unset;
}
Expand Down

0 comments on commit db57017

Please sign in to comment.