Jhsmit's picture
initial commit
692d068
raw
history blame contribute delete
292 Bytes
.vega-embed {
overflow: visible;
width: 100% !important;
}
/* Hide the ipymolstar drag and drop overlay */
.msp-drag-drop-overlay {
display: none !important;
}
/* remove solara footer */
.v-application--wrap > div:nth-child(2) > div:nth-child(2){
display: none !important;
}