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:
parent
c82424c21d
commit
286f68a0bd
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user