fix action menu / popups

This commit is contained in:
Adam Bradley
2015-08-01 23:08:59 -05:00
parent dc003e0a89
commit b42204d8dd
10 changed files with 113 additions and 86 deletions

View File

@@ -85,6 +85,25 @@ $content-padding: 10px !default;
}
// Backdrop
// --------------------------------------------------
$backdrop-color: #000 !default;
backdrop {
position: absolute;
z-index: $z-index-backdrop;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: $backdrop-color;
opacity: 0;
tranform: translateZ(0);
}
// Click Block
// --------------------------------------------------
// Fill the screen to block clicks (a better pointer-events: none)