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