mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9 lines
173 B
CSS
9 lines
173 B
CSS
iframe {
|
|
position:fixed;
|
|
top:0px; left:0px; bottom:0px; right:0px;
|
|
width:100%; height:100%;
|
|
border:none; margin:0; padding:0;
|
|
overflow:hidden;
|
|
z-index:999999;
|
|
}
|