Skip to content

Commit

Permalink
A4A: Sites Dashboard - Fix last site item (row) in the table being cu…
Browse files Browse the repository at this point in the history
…t off (#89644)

* Adjust margin for the site dashboard table

* Increase max-height when site preview is open
  • Loading branch information
gogdzl authored and pull[bot] committed Jul 17, 2024
1 parent 1307370 commit 4821363
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@

.is-hiding-navigation .dataviews-view-table-wrapper {
overflow-y: auto;
max-height: calc(100vh - 182px); /* 182px is the size of all the content above the dataview when in table style, which includes our CTA elements, plus a 10px margin. */
max-height: calc(100vh - 260px); /* 260px is the size of all content above the dataview in table style, which includes our CTA elements, the pagination bottom bar, and an additional 10px margin. */
}
}

Expand Down Expand Up @@ -319,7 +319,7 @@
margin: 0;
padding: 0;
overflow-y: auto;
max-height: calc(100vh - 175px); /* It subtracts the header height to allow scrolling in this block, plus a 10px margin */
max-height: calc(100vh - 300px); /* 300px is the size of all content above the dataview in list style, which includes our CTA elements, the pagination bottom bar, and an additional 20px margin. */

li {
padding: 8px 24px;
Expand Down

0 comments on commit 4821363

Please sign in to comment.