fix: Add CustomScroller on DataSources page

This commit is contained in:
Johannes Schill
2019-01-14 16:05:49 +01:00
parent 47d86ee818
commit 8237c22e24
6 changed files with 56 additions and 11 deletions

View File

@@ -38,6 +38,14 @@
}
}
.is-react .footer {
display: none;
}
.is-react .custom-scrollbars .footer {
display: block;
}
// Keeping footer inside the graphic on Login screen
.login-page {
.footer {