Merge branch 'issue-40-missing-tooltips-stageview' into 'master'

Make sure tooltips are visible in Stage View.

See merge request openlp/web-remote!63
This commit is contained in:
Mateus Meyer Jiacomelli 2023-04-27 13:39:13 +00:00
commit 555519faac
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;
}