Skip to content

Commit

Permalink
chore: re-add deleted styling
Browse files Browse the repository at this point in the history
  • Loading branch information
silvester-pari committed Oct 18, 2023
1 parent b6a0437 commit beef09a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/src/views/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,15 @@ export default {
transform: translateX(calc(-1 * var(--data-panel-width)));
}
eox-stacinfo::part(header) {
position: sticky;
top: 0;
z-index: 1;
}
eox-stacinfo::part(footer) {
position: sticky;
bottom: 0;
}
[slot="themes"] {
width: 100%;
}
Expand Down

0 comments on commit beef09a

Please sign in to comment.