Skip to content

Commit

Permalink
🐛 Fixed hoppscotch#696
Browse files Browse the repository at this point in the history
  • Loading branch information
liyasthomas committed Mar 22, 2020
1 parent e7e960e commit da5f52d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions assets/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -786,9 +786,12 @@ ol li {
&.show {
display: flex;
position: fixed;
top: 12px;
right: 12px;
z-index: 2;
bottom: 86px;
left: 50%;
z-index: 10001;
transform: translateX(-50%);
box-shadow: 0 4px 24px rgba(black, 0.2);
transition: all .2s ease-in-out;
}
}

Expand Down

0 comments on commit da5f52d

Please sign in to comment.