release/0.4
HerrHase 2 years ago
parent b0c645caf0
commit cb79c9fd15

File diff suppressed because one or more lines are too long

@ -47,6 +47,9 @@
left: calc(-100% - 2rem);
transition: left 0.1s;
// make sure only single item is clickable
pointer-events: auto;
&--animation {
left: 0;
}
@ -95,6 +98,9 @@
z-index: 30;
// make sure that conainter is not clickable
pointer-events: none;
// position modificators
&--right {
left: inherit;

Loading…
Cancel
Save