Skip to content
Snippets Groups Projects
Commit 4811f422 authored by rhenck's avatar rhenck
Browse files

[editor] Fix tab to create new page

This hack allows the page tabs to have a pseudo tab to create a new 
page.
This tab is disabled so the user can not change to it, but is still 
clickable.
parent 1e719a42
No related branches found
No related tags found
No related merge requests found
Pipeline #48385 passed
...@@ -88,3 +88,7 @@ aspect-page-canvas { ...@@ -88,3 +88,7 @@ aspect-page-canvas {
right: 15%; right: 15%;
bottom: 15%; bottom: 15%;
} }
:host ::ng-deep div.mat-mdc-tab * {
pointer-events: auto;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment