fix: allow fallback dashboard scrolling
This commit is contained in:
@@ -7,7 +7,7 @@ export default function DashboardPage() {
|
|||||||
const modules = usePlatformModules();
|
const modules = usePlatformModules();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="content-pad workspace-data-page">
|
<div className="content-pad workspace-data-page core-dashboard-page">
|
||||||
<div className="page-heading split workspace-heading">
|
<div className="page-heading split workspace-heading">
|
||||||
<div>
|
<div>
|
||||||
<PageTitle>i18n:govoplan-core.dashboard.d87f47b4</PageTitle>
|
<PageTitle>i18n:govoplan-core.dashboard.d87f47b4</PageTitle>
|
||||||
|
|||||||
@@ -83,6 +83,7 @@
|
|||||||
.page-heading.split { display: flex; align-items: center; justify-content: space-between; }
|
.page-heading.split { display: flex; align-items: center; justify-content: space-between; }
|
||||||
.module-entry-page { max-width: none; }
|
.module-entry-page { max-width: none; }
|
||||||
.workspace-data-page .card { margin-bottom: 18px; }
|
.workspace-data-page .card { margin-bottom: 18px; }
|
||||||
|
.core-dashboard-page { height: 100%; overflow: auto; }
|
||||||
.page-heading.workspace-heading {
|
.page-heading.workspace-heading {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user