mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Fix an issue where variables index dropdown would appear underneath table headers (#24162)
This commit is contained in:
3
.changelog/24162.txt
Normal file
3
.changelog/24162.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
```release-note:bug
|
||||
ui: Fix an issue where a dropdown on the variables page would appear underneath table headers
|
||||
```
|
||||
@@ -12,6 +12,8 @@ $hdsInputHeight: 35px;
|
||||
|
||||
.variable-title {
|
||||
margin-bottom: 2rem;
|
||||
z-index: $z-base;
|
||||
|
||||
.hds-page-header__main {
|
||||
flex-direction: unset;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user