1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed toggling text view

This commit is contained in:
Fedor Katurov 2019-10-23 15:11:20 +07:00
parent 9fc1d3b918
commit 7254a448c1
2 changed files with 8 additions and 13 deletions

View file

@ -138,22 +138,18 @@
.menu {
position: absolute;
top: 0;
right: 0;
// height: 100%;
// width: 80px;
top: -$gap;
right: -$gap;
z-index: 4;
border-radius: $radius;
// opacity: 0;
pointer-events: none;
touch-action: none;
transition: opacity 0.5s;
box-sizing: border-box;
// display: none;
// padding: $gap;
display: flex;
align-items: stretch;
justify-content: center;
padding: $gap;
&:hover {
opacity: 1;