I don't know if this is intended, but it seems that when you use the OO.ui.WindowManager with the modal: false setting and e.g. a OO.ui.Dialog there are no default styles for the generated non-modal CSS classes in the oojs-ui-windows-mediawiki.css
So for example there are styles for
.oo-ui-windowManager-modal > .oo-ui-dialog > .oo-ui-window-frame {
background-color: #fff;
opacity: 0;
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
-webkit-transition: all 250ms;
-moz-transition: all 250ms;
transition: all 250ms;
}But there is nothing for
.oo-ui-windowManager > .oo-ui-dialog > .oo-ui-window-frame




