Skip to content

Commit

Permalink
fix: #893 (#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguerrerom authored Oct 20, 2024
1 parent ccf34ae commit 2cc4805
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sepal_ui/frontend/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,16 @@ nav.v-navigation-drawer {
}

/* Related with https://github.com/12rambau/sepal_ui/issues/893 */
#rendered_cells {
#rendered_cells,
#main {
contain: revert !important;
background-color: revert !important;
}

#jp-main-content-panel {
contain: revert !important;
}

.full-screen-map > .leaflet-container {
position: fixed !important;
width: 100vw;
Expand Down

0 comments on commit 2cc4805

Please sign in to comment.