Skip to content

Commit 443b75d

Browse files
committed
fix topology zoom buttons
1 parent 6f23734 commit 443b75d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/src/components/tabs/netflow-topology/netflow-topology.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@
1212
}
1313

1414
#topology-scope-slider-div {
15-
height: 100%;
15+
height: fit-content;
1616
width: fit-content;
1717
grid-area: inner-div;
1818
margin: 1rem;
1919
z-index: 2;
2020
align-content: center;
21+
align-self: center;
2122
}
2223

2324
#topology-view-div {

0 commit comments

Comments
 (0)