.modal.draggable-modal          {position:absolute;pointer-events:none;background:none;top:0;bottom:0;left:0;right:0;.foo{}
	.modal-dialog               {margin:0;width:100%;height:100%;pointer-events:none;}
	.modal-content              {position:absolute;width:50%;margin:1em;border-radius:0.3em;overflow:hidden;box-shadow:0 0.42em 0.7em 0 rgb(0 0 0/.14),0 1px 1.28em 0 rgb(0 0 0/.12),0 0.22em 0.35em -1px rgb(0 0 0/.2)!important;pointer-events:all;.foo{}
		&.ui-draggable-dragging {opacity:.5;height:14em;overflow:visible;}
	}
	.modal-header               {max-height:4em;color:var(--panel-hover-color);}
	.modal-body                 {padding:0;}
	.modal-holder               {margin:0;border-left:0;}
}
