GUACAMOLE-724: Do not allow multiple, adjacent modal areas to overlap due to overflow.

This commit is contained in:
Michael Jumper
2021-07-03 18:44:06 -07:00
parent 9f477fd5fe
commit 5a40429359

View File

@@ -32,6 +32,7 @@ guac-modal {
left: 0;
top: 0;
z-index: 10;
overflow: hidden;
}
guac-modal .modal-contents {