mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 03:22:48 +00:00
Make sure tooltips are visible in Stage View.
This commit is contained in:
parent
21fdfec9ac
commit
c2d45869e8
@ -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