gecko-dev/dom/canvas/test/webgl-conf/iframe-passthrough.css
2016-04-27 11:55:41 +08:00

37 lines
459 B
CSS

html {
height: 100%;
border: none;
/*
border-left-style: solid;
border-left-color: blue;
border-left-width: 4px;
*/
}
body {
margin: 0px;
min-height: 100%;
display: flex;
flex-flow: column;
border: none;
/*
border-left-style: solid;
border-left-color: green;
border-left-width: 4px;
*/
}
iframe {
flex: auto;
border: none;
/*
border-left-style: solid;
border-left-color: red;
border-left-width: 4px;
*/
}