mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 03:22:48 +00:00
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:
commit
555519faac
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user