mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-26 03:26:41 +07:00
fixed panels behaviour
This commit is contained in:
parent
ad676d5fde
commit
dd1c9a1d1c
2 changed files with 27 additions and 16 deletions
|
@ -42,6 +42,19 @@
|
|||
}
|
||||
|
||||
&__undo {
|
||||
opacity: 0;
|
||||
transform: translate(50px, 0);
|
||||
pointer-events: none;
|
||||
touch-action: none;
|
||||
transition: transform 0.25s, opacity 0.25s;
|
||||
z-index: -1;
|
||||
|
||||
&.active {
|
||||
opacity: 1;
|
||||
transform: translate(0, 0);
|
||||
pointer-events: all;
|
||||
touch-action: initial;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue