Skip to content

Commit 72c751f

Browse files
yashwinjkguidaven
andauthored
A4A > Referrals: Fix the table scroll issue (#103491)
* A4A > Referrals: Fix the table scroll issue * Fix double scroll. * Revert change. * A4A > Referrals: Fix the table scroll issue --------- Co-authored-by: James Kenneth Guidaven <[email protected]>
1 parent 064c9db commit 72c751f

File tree

2 files changed

+2
-1
lines changed
  • client
    • a8c-for-agencies/sections/referrals/primary/referrals-overview
    • layout/hosting-dashboard

2 files changed

+2
-1
lines changed

client/a8c-for-agencies/sections/referrals/primary/referrals-overview/style.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ $data-view-border-color: #f1f1f1;
197197
overflow-y: scroll;
198198
}
199199

200-
201200
.referrals-layout .notice-banner {
202201
display: none;
203202
margin-block-end: 24px;

client/layout/hosting-dashboard/style.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
.hosting-dashboard-layout-column__container {
5050
border-radius: 8px; /* stylelint-disable-line scales/radii */
5151
overflow: hidden;
52+
display: flex;
53+
flex-direction: column;
5254

5355
@include break-small {
5456
height: 100%;

0 commit comments

Comments
 (0)