Commit db513bb3 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[Sidebar] fix width

parent aa2115b4
......@@ -29,9 +29,10 @@
overflow-y: scroll;
top: 170px;
z-index: 1;
left: 70%;
border: 1px white solid;
background-color: white;
left: 70%;
width: 30%;
}
#graph-explorer #sp-container #myTab {
marginBottom: 18px;
......
......@@ -28,9 +28,10 @@
#sp-container
@include sidePanelCommon
left: 70%
border: 1px white solid
background-color: white
left: 70%
width: 30%
#myTab
marginBottom: 18px
......
......@@ -51,7 +51,7 @@ sidebarCpt = R.hooksComponent "Sidebar" cpt
let nodesMap = SigmaxTypes.nodesGraphMap props.graph
pure $
RH.div { id: "sp-container", className: "col-md-3" }
RH.div { id: "sp-container" }
[ RH.div {}
[ R2.row
[ R2.col12
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment