Skip to content

Commit

Permalink
data reports view position summary
Browse files Browse the repository at this point in the history
  • Loading branch information
protitude committed Sep 24, 2024
1 parent c9fb10e commit 1d618cb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion components/04-templates/_oda_reports.scss
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
display: flex;
position: relative;
border: 1px solid $gray-light;
margin-bottom: 1rem;
margin-bottom: 3rem;
padding: 0 1rem;
min-height: 70px;

Expand Down Expand Up @@ -309,6 +309,12 @@
}
}

.view-summary {
position: absolute;
top: 80px;
left: 0;
}

.layout {
margin-left: auto;
display: none;
Expand Down

0 comments on commit 1d618cb

Please sign in to comment.