Skip to content

Commit

Permalink
Fix z-index issue of the location select
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihacet committed Aug 15, 2019
1 parent 42afa43 commit 61759e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ ul li ul a.sf-with-ul:after {
-o-background-size: cover;
background-size: cover;
margin-bottom: 35px;
z-index: 1000;
}

#banner:before {
Expand Down Expand Up @@ -8793,8 +8794,6 @@ select {
right: 0;
background: #fff;
font-size: 14px;
line-height: 20px;
background: #fff;
overflow: auto;
border-radius: 3px;
border: 1px solid #e0e0e0;
Expand Down

0 comments on commit 61759e6

Please sign in to comment.