forked from 0x2620/oxjs
keep dialog from being resizable beyond document
This commit is contained in:
parent
74e9a817e3
commit
6eebf82e33
2 changed files with 13 additions and 6 deletions
|
|
@ -62,7 +62,7 @@ Dialog
|
|||
.OxDialog {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: -48px;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
margin: auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue