Skip to content

Commit

Permalink
fix: allow overflow on exporter dashboard (#20028)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarconLP authored Jan 30, 2024
1 parent 7766057 commit ae56018
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Binary file modified frontend/__snapshots__/exporter-exporter--dashboard--dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/__snapshots__/exporter-exporter--dashboard--light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions frontend/src/exporter/Exporter.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ body.ExporterBody {
max-height: 100vh;
}

&--dashboard {
height: 100vh;
max-height: 100vh;
overflow: auto;
}

.SharedDashboard-header {
.SharedDashboard-header-team {
display: none;
Expand Down

0 comments on commit ae56018

Please sign in to comment.