Skip to content
Snippets Groups Projects
Commit fdd38ad6 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Set a z-index for the fullscreen modals to avoid glitches with the sticky menu

Otherwise the sticky menu is on top of the modal.
parent dff6d888
No related branches found
No related tags found
No related merge requests found
Pipeline #14236 passed
......@@ -563,6 +563,7 @@ class OfficialSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitElem
/* Modal preview, upload and external auth */
div.right-container > * {
position: fixed;
z-index: 1000;
padding: 10px;
top: 0;
left: 0;
......
......@@ -704,6 +704,7 @@ class QualifiedSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitEle
/* Modal preview, upload and external auth */
div.right-container > * {
position: fixed;
z-index: 1000;
padding: 10px;
top: 0;
left: 0;
......
......@@ -515,6 +515,7 @@ class SignatureVerificationFull extends ScopedElementsMixin(DBPSignatureLitEleme
/* Modal preview, upload and external auth */
div.right-container > * {
position: fixed;
z-index: 1000;
padding: 10px;
top: 0;
left: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment