Make sure tooltips are visible in Stage View.

This commit is contained in:
Chris Witterholt 2023-04-24 12:34:17 +02:00
parent 21fdfec9ac
commit c2d45869e8
No known key found for this signature in database
GPG Key ID: 66C03249E4759AE9
1 changed files with 7 additions and 0 deletions

View File

@ -122,6 +122,13 @@ footer {
font-size: 1rem;
}
// Make sure the Material tool tips stay visible when Stage View is active.
.cdk-overlay-container {
&:not(.embedded) {
z-index: 1200;
}
}
footer {
z-index: 1;
}