Skip to content

Commit

Permalink
App display bug (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Nov 20, 2023
2 parents a14208d + 44a0402 commit 2e831c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sepal_ui/frontend/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,9 @@ nav.v-navigation-drawer {
#loading-app {
display: none !important;
}

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

0 comments on commit 2e831c2

Please sign in to comment.