Skip to content

Commit

Permalink
fix : dropdown css
Browse files Browse the repository at this point in the history
  • Loading branch information
remiilekun committed Jan 8, 2019
1 parent 581f583 commit db0426d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scss/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,8 @@ body {
font-weight: bold; }
.home .content .options-select__menu {
margin: 0;
padding: 0 !important; }
padding: 0 !important;
top: 90%; }
.home .content .options-select__menu-list {
padding: 0 !important; }
@media (max-width: 991px) {
Expand Down
1 change: 1 addition & 0 deletions src/scss/pages/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
&__menu {
margin: 0;
padding: 0 !important;
top: 90%;

&-list {
padding: 0 !important;
Expand Down

0 comments on commit db0426d

Please sign in to comment.