File size: 292 Bytes
692d068 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
.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;
} |