Skip to content

Commit 2198864

Browse files
authored
Merge pull request #340 from ngageoint/bugfix/scrolling-fix
Fix weird scrolling error
2 parents 4950186 + 6cfa2b5 commit 2198864

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

web-app/admin/src/app/admin/admin-dashboard/admin-dashboard.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@
220220
0 2px 4px -1px rgba(0, 0, 0, 0.06);
221221
border: 1px solid #e5e7eb;
222222
margin-top: 8px;
223+
margin-bottom: 24px;
223224
}
224225

225226
.table-wrapper {

web-app/admin/src/app/admin/admin-users/dashboard/user-dashboard.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ $max-height: 72.8vh;
5353

5454
.page-header {
5555
margin-bottom: 20px;
56-
margin-top: 20px;
56+
margin-top: 5px;
5757
padding: 0;
5858

5959
.page-title {

web-app/admin/src/ng1/css/style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -998,6 +998,7 @@ admin {
998998

999999
.admin-main {
10001000
flex: 1;
1001+
overflow: hidden !important;
10011002
}
10021003

10031004
.admin-main-content {

0 commit comments

Comments
 (0)