Skip to content

Commit

Permalink
fixing dropdown overlay bug (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
wkaspryk authored Mar 22, 2024
1 parent 938a188 commit 795b615
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion src/dashboard/src/components/filter/Filter.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,17 @@
transform: translateX(-50%);
left: 50%;
color: $bc-black;
z-index: 1;
z-index: 2;

h1 {
min-width: 100px;
}

@media (min-width: $mobile) {
>div:last-of-type {
margin-right: 14px;
}
}

@media (max-width: $desktop) {
h1 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
flex-direction: column;
position: relative;
width: 100%;
max-width: 255px;
margin: 0 7px;

@media screen and (max-width: $desktop) {
margin: 0 5px;
Expand Down

0 comments on commit 795b615

Please sign in to comment.