fix pointer-event:none; on none .col element : other pages than front

This commit is contained in:
2018-04-25 12:20:13 +02:00
parent fff698433f
commit 6a09dbd486
2 changed files with 2 additions and 2 deletions
@@ -1027,7 +1027,7 @@ main[role="main"] {
width: 100%; width: 100%;
height: 100%; height: 100%;
overflow: hidden; } overflow: hidden; }
main[role="main"] .layout-content > * { main[role="main"] .layout-content .row > *:not(.col) {
pointer-events: auto; } pointer-events: auto; }
body.toolbar-horizontal.toolbar-themes.toolbar-no-tabs main[role="main"] { body.toolbar-horizontal.toolbar-themes.toolbar-no-tabs main[role="main"] {
@@ -63,7 +63,7 @@ main[role="main"]{
.layout-content{ .layout-content{
width: 100%; height:100%; width: 100%; height:100%;
overflow:hidden; overflow:hidden;
&>*{ .row>*:not(.col){
pointer-events: auto; pointer-events: auto;
} }
} }