fix(clickblock): clickblock applies longer

references #9531
This commit is contained in:
Manu Mtz.-Almeida
2016-12-07 16:49:13 +01:00
committed by Adam Bradley
parent e84f2e2fbb
commit e0d876e9f0
6 changed files with 41 additions and 38 deletions

View File

@@ -34,7 +34,7 @@ $hairlines-width: .55px !default;
$z-index-menu-overlay: 80;
$z-index-menu-backdrop: 79;
$z-index-overlay: 1000;
$z-index-click-block: 9999;
$z-index-click-block: 99999;
$z-index-fixed-content: 999;
$z-index-scroll-content: 1;

View File

@@ -48,6 +48,10 @@ ion-input :focus {
// to avoid full-page reflows and paints which can cause flickers
.click-block {
display: none;
}
.click-block-enabled {
position: absolute;
top: 0;
right: 0;
@@ -61,6 +65,7 @@ ion-input :focus {
// background: red;
// opacity: .3;
contain: strict;
}
.click-block-active {