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
/
node_modules
/
bang.html
/
docs
/
components
/
sg-cells
/
style.css
28 lines
(22 loc)
•
254 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
:host
{
max-height
:
500px
;
max-width
:
400px
; } sg-frame {
max-height
:
500px
; }
.label
{
position
: sticky;
background
: azure;
font-weight
: bold;
z-index
:
10000
; }
.row
{
left
:
0
; }
.column
{
top
:
0
; } sg-cell {
min-width
:
64px
; }