[Frontend] Fixed splitter and related elements when collapsed
open #426 Adds CSS to turn off pointer-events for the splitter, treeview and inspect elements when they are in a collapsed state;
This commit is contained in:
@@ -270,6 +270,7 @@
|
||||
.splitter-treeview,
|
||||
.holder-treeview-elements {
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -304,6 +305,7 @@
|
||||
.l-inspect,
|
||||
.splitter-inspect {
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user