Skip to content

Commit

Permalink
mouse scroll bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hsurf22 committed Aug 9, 2018
1 parent 5ce0d7b commit dda2661
Showing 1 changed file with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,27 @@

.cww {
position: absolute;
transition: all 0.5s ease;
transition: all 0.3s ease;
bottom: 0;
}

.active {

opacity: 1;
}

.positionTop {
bottom: 1000px;
opacity: 0;
pointer-events: none;
}

.positionBottom {
bottom: -1000px;
opacity: 0;
pointer-events: none;
}


}

.create-wallet-warnings__footer-container {
//pointer-events: none;
background-color: $about-mew-spaceman-background-color;
z-index: 9999;
width: 100%;
Expand Down Expand Up @@ -65,9 +65,6 @@
}

.create-wallet-warnings__links {
a {
pointer-events: auto;
}

a:not(:last-child) {
padding-right: 15px;
Expand Down

1 comment on commit dda2661

@mew-bot
Copy link
Collaborator

@mew-bot mew-bot commented on dda2661 Aug 9, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.