Skip to content

Commit

Permalink
fixed political view dropdown issue (#275)
Browse files Browse the repository at this point in the history
Co-authored-by: Ahmad Azizi <[email protected]>
  • Loading branch information
wadhawh and its-aazizi authored Nov 6, 2024
1 parent 3eab7c3 commit 3f3dfce
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 99 deletions.
172 changes: 86 additions & 86 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/atomicui/atoms/PoliticalViewDropdown/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
height: auto;
width: 100%;
border-radius: 4px;
max-height: 40rem;
max-height: calc(100vh - 40rem);
box-shadow: none;
border: 1px solid var(--grey-color-5);

Expand Down
13 changes: 1 addition & 12 deletions src/atomicui/molecules/MapButtons/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -129,18 +129,7 @@

.maps-container {
height: 35rem;
overflow-y: scroll;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;

.clear-filters-button {
color: var(--primary-color);
font-weight: 600;

&:hover {
color: var(--primary-contrast-color);
}
}
}

.amplify-divider.amplify-divider--horizontal.mb-divider {
Expand Down Expand Up @@ -214,6 +203,6 @@
}

@media only screen and (max-width: 480px) {
right: 4.46rem;
height: 100vh;
}
}

0 comments on commit 3f3dfce

Please sign in to comment.