Hello Tristan,
Thanks for writing in!
I have inspected your page and I found out that this custom css code is hiding the lock toggle icon;
a.x-anchor.x-anchor-toggle.displaylevel1.x-active, a.x-anchor.x-anchor-toggle.displaylevel2.x-active, a.x-anchor.x-anchor-toggle.displaylevel3.x-active, a.x-anchor.x-anchor-toggle.displaylevel4.x-active {
display: none;
}
If you remove that code and the update this one:
.x-off-canvas {
z-index: 999999999! important;
}
by using this code instead:
.x-off-canvas {
z-index: 99! important;
}
We would love to know if this has worked for you. Thank you.