aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DashboardView.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-07-07 14:20:57 -0400
committerbobzel <zzzman@gmail.com>2023-07-07 14:20:57 -0400
commit0f0d646e45de42c7f84f6fa316c80d1413f92e5c (patch)
tree4322fc75f8621c793d623be4836f3d77894156e3 /src/client/views/DashboardView.scss
parentfa38dbe06d6ddb5f4499b759459a24d2b3c111e8 (diff)
parentaaaea6344e74b2d4585dccbc0ca3f0249d6dacd6 (diff)
added a dashboard count to dashboard view to indicate that shared dashboards exist. made dashboard lists scrollable. made guest mode be livePlayground to
Diffstat (limited to 'src/client/views/DashboardView.scss')
-rw-r--r--src/client/views/DashboardView.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/DashboardView.scss b/src/client/views/DashboardView.scss
index a37df106b..583edac08 100644
--- a/src/client/views/DashboardView.scss
+++ b/src/client/views/DashboardView.scss
@@ -6,6 +6,8 @@
flex-direction: row;
width: 100%;
position: absolute;
+ height: 100%;
+ overflow: auto;
.left-menu {
display: flex;