1
0
Fork 0
forked from 0x2620/oxjs

keep dialog from being resizable beyond document

This commit is contained in:
Rolux 2010-02-21 11:32:56 +05:30
commit 6eebf82e33
2 changed files with 13 additions and 6 deletions

View file

@ -62,7 +62,7 @@ Dialog
.OxDialog {
position: absolute;
left: 0;
top: -48px;
top: 0;
right: 0;
bottom: 0;
margin: auto;