make map fill parent element
This commit is contained in:
parent
6496f4d0f6
commit
802600f19f
3 changed files with 110 additions and 32 deletions
|
|
@ -963,6 +963,18 @@ Maps
|
|||
================================================================================
|
||||
*/
|
||||
|
||||
.OxMap {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
.OxMap > * {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
|
||||
.OxMapButton {
|
||||
position: absolute;
|
||||
width: 12px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue