web/satellite: fix page content bottom padding

This change removes the errant bottom padding on all page contents.

Change-Id: Ife4d86853fffda06ad34b08999d5c52a3b5754d7
This commit is contained in:
Wilfred Asomani 2022-08-17 15:25:55 +00:00
parent c82424c21d
commit 286f68a0bd

View File

@ -398,8 +398,7 @@ export default class DashboardArea extends Vue {
min-width: 0;
&__container {
height: calc(100% - 5vh);
margin-bottom: 5vh;
height: 100%;
overflow-y: auto;
&__content {