UNPKG
bbpro
Version:
latest (6.1.5)
6.1.5
6.1.4
BrowserBox - remote browser isolation tool
github.com/BrowserBox/BrowserBox
i5ik/vf
bbpro
/
dist
/
assets
/
style
/
style.css
17 lines
(15 loc)
•
247 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
:root
,
body
{
height
:
100%
; }
body
{
margin
:
0
; }
#og-flash
{
box-sizing
: border-box;
object-position
:
50%
50%
;
object-fit
: contain;
width
:
100vw
;
height
:
100vh
;
overflow
: hidden;
margin
:
0
auto; }