fix pointer-event:none; on none .col element : other pages than front
This commit is contained in:
@@ -1027,7 +1027,7 @@ main[role="main"] {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden; }
|
||||
main[role="main"] .layout-content > * {
|
||||
main[role="main"] .layout-content .row > *:not(.col) {
|
||||
pointer-events: auto; }
|
||||
|
||||
body.toolbar-horizontal.toolbar-themes.toolbar-no-tabs main[role="main"] {
|
||||
|
||||
@@ -63,7 +63,7 @@ main[role="main"]{
|
||||
.layout-content{
|
||||
width: 100%; height:100%;
|
||||
overflow:hidden;
|
||||
&>*{
|
||||
.row>*:not(.col){
|
||||
pointer-events: auto;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user