Handle resizing over an iframe issue

This commit is contained in:
Mo Bitar
2018-10-27 13:23:56 -05:00
parent f6116ff9fe
commit c6385d97a0
2 changed files with 37 additions and 5 deletions

View File

@@ -75,6 +75,15 @@ p {
$footer-height: 32px;
#resizer-overlay {
position: absolute;
width: 100%;
height: 100%;
background-color: transparent;
z-index: 1000;
opacity: 0;
}
.app {
height: calc(100% - #{$footer-height});
width: 100%;
@@ -86,7 +95,7 @@ $footer-height: 32px;
panel-resizer {
top: 0;
right: 0;
z-index: 1;
z-index: 1001;
width: 8px;
height: 100%;
position: absolute;