pan/zoom in forcelayout
This commit is contained in:
parent
706bc2c1fc
commit
d2fe76f736
3 changed files with 83 additions and 19 deletions
|
@ -55,3 +55,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: $minscreenwidth) {
|
||||
.graph {
|
||||
height: 60vh;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
@import '_leaflet';
|
||||
@import '_leaflet.label';
|
||||
|
||||
$minscreenwidth: 60em;
|
||||
|
||||
@import '_forcegraph';
|
||||
|
||||
.stroke-first {
|
||||
|
@ -284,7 +287,7 @@ button.close:after {
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 60em) {
|
||||
@media screen and (max-width: $minscreenwidth) {
|
||||
.sidebar .container {
|
||||
overflow: visible;
|
||||
height: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue