UNPKG
vis-util
Version:
latest (6.0.0)
6.0.0
5.0.7
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.3.4
4.3.3
4.3.2
4.3.1
4.3.0
4.2.0
4.1.0
4.0.2
4.0.1
4.0.0
3.0.0
2.1.0
2.0.2
2.0.1
2.0.0
1.1.10
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
utilitie collection for visjs
github.com/visjs/vis-util
visjs/vis-util
vis-util
/
standalone
/
styles
/
activator.css
15 lines
(12 loc)
•
226 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.vis-overlay
{
position
: absolute;
top
:
0px
;
right
:
0px
;
bottom
:
0px
;
left
:
0px
;
/* Must be displayed above for example selected Timeline items */
z-index
:
10
; }
.vis-active
{
box-shadow
:
0
0
10px
#86d5f8
; }