fix resize problem when iframe is inside of window

This commit is contained in:
lxsang
2021-04-01 19:06:59 +02:00
parent ac76a5f967
commit d670bd3b3a
3 changed files with 16 additions and 0 deletions

View File

@ -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;
}