Slide appearing and cutting off Dashboard


Hello, I am creating a dashboard on jupyter notebook and this is been cutted by an slide. Inside the app I’m calling a radial tree funcion created some time ago. This fuction returns a plotly dictionary stored in a variable radial-tree-dict. I’m passing the dict to dash core component graph. doing dcc.Graph(id=“radial-tree”, figure=radial-tree-dict). No matter if I update the tree layout height and width to 200px the slide stills apears in the middle of the screen. I also tried to widden the jupyter cells but still the problem is there.

Anyone facing same issues? @jmmease Do you know what is happening? Thank you so much.