Forum Discussion
ClaudineCaro
11 years agoCommunity Member
Using the Master Slide to add a top layer
I have a logo that I want to include on all slides as part of the template. However it needs to be on the top-most layer.
If I put it on the master slide, any elements on the active slide may over...
davelees
9 months agoCommunity Member
let controls = document.querySelector("[data-model-id='60O8MBAYLcA']");
controls.style.zIndex = "9999";
Add that Javascript on your Master slide, get the id by using inspect in the preview.
Related Content
- 10 years ago
- 10 months ago