mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
35db670c97
git-subtree-dir: lib/vis git-subtree-split: 1d029cab7b527f3b292e95d550efbf784dac8699
15 lines
225 B
CSS
15 lines
225 B
CSS
.vis .overlay {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
/* Must be displayed above for example selected Timeline items */
|
|
z-index: 10;
|
|
}
|
|
|
|
.vis-active {
|
|
box-shadow: 0 0 10px #86d5f8;
|
|
}
|