mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-13 05:04:22 +02:00
fix resize problem when iframe is inside of window
This commit is contained in:
@ -61,4 +61,13 @@ afx-app-window div.afx-window-grip-right{
|
||||
top: 0;
|
||||
cursor: ew-resize;
|
||||
background-color: transparent;
|
||||
}
|
||||
afx-app-window div.afx-window-overlay {
|
||||
background-color: transparent;
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 5px;
|
||||
right: 5px;
|
||||
}
|
Reference in New Issue
Block a user