1
0
Fork 0
firefox/dom/canvas/test/webgl-conf/iframe-passthrough.css
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

36 lines
457 B
CSS

html {
height: 100%;
border: none;
/*
border-left-style: solid;
border-left-color: blue;
border-left-width: 4px;
*/
}
body {
margin: 0;
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;
*/
}