change .overlay to .backdrop

old
Gregory Benner 2016-06-08 15:26:33 -04:00
parent 56fe26eb86
commit 7134c645e0
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
align-items: center;
justify-content: center;
pointer-events: none;
&.invisible > *:not(.overlay) {
&.invisible > *:not(.backdrop) {
pointer-events: all;
}
}