Skip to content

Commit

Permalink
mobile drawer glitch (#6238)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisyahlen-deriv committed Aug 19, 2022
1 parent 296849a commit fa5f2cd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@
background: var(--general-main-2);
position: absolute;
z-index: 2;
transition: transform 0.25s cubic-bezier(0.25, 0.1, 0.1, 0.25),
opacity 0.25s cubic-bezier(0.25, 0.1, 0.1, 0.25);
transition: transform 0.25s cubic-bezier(0.25, 0.1, 0.1, 0.25);
width: 100%;
height: 100%;
top: 0;
Expand Down

1 comment on commit fa5f2cd

@vercel
Copy link

@vercel vercel bot commented on fa5f2cd Aug 19, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

deriv-app – ./

deriv-app.vercel.app
deriv-app-git-master.binary.sx
deriv-app.binary.sx
binary.sx

Please sign in to comment.