disable pointer events on snackbar container. fix #327 (#328)

This commit is contained in:
Kory Prince 2017-01-11 13:08:10 -06:00 committed by Marcos Moura
parent d66609f8b3
commit 7e7bd5bdc9

View file

@ -11,6 +11,7 @@ $snackbar-space: $snackbar-height / 2;
right: 0;
left: 0;
z-index: 120;
pointer-events: none;
transition: $swift-ease-out;
transition-property: margin-top, margin-bottom;
@ -103,6 +104,7 @@ $snackbar-space: $snackbar-height / 2;
min-height: $snackbar-height;
padding: $snackbar-padding 24px;
overflow: hidden;
pointer-events: auto;
border-radius: 2px;
background-color: #323232;
transition: $swift-ease-out;