Fixed windows z-index

Changed position type of #draggable-windows-container from absolute to fixed to getting working the z-index (now toolbars, notifications and infostand are displayed on top of windows).
This commit is contained in:
Mattia Del Franco 2023-01-06 12:34:51 +01:00 committed by GitHub
parent 60950ba767
commit 7b0aa2320d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -203,7 +203,7 @@
}
#draggable-windows-container {
position: absolute;
position: fixed;
top: 0;
left: 0;
width: 100%;