Dont use absolute positioning for buttonrow
This commit is contained in:
parent
14e568b13c
commit
541495b1b5
1 changed files with 4 additions and 3 deletions
|
@ -24,11 +24,12 @@
|
|||
}
|
||||
.oc-dialog-buttonrow {
|
||||
background: white;
|
||||
position: absolute;
|
||||
bottom: 15px;
|
||||
right: 15px;
|
||||
float: right;
|
||||
position: relative;
|
||||
bottom: 0;
|
||||
display: block;
|
||||
margin-top: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.oc-dialog-close {
|
||||
|
|
Loading…
Reference in a new issue