aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DashboardView.scss
diff options
context:
space:
mode:
authorgeireann <geireann.lindfield@gmail.com>2023-07-10 12:00:31 -0400
committergeireann <geireann.lindfield@gmail.com>2023-07-10 12:00:31 -0400
commit2f4c55bf026a249910e90451a173234934ebca01 (patch)
tree154b80a70a12556fcb4e547051142cfb54d22def /src/client/views/DashboardView.scss
parenta60fbbe02f0ff26ef04ce8b44695a82673164270 (diff)
fixed sharing to a user to allow upgrading credentials.
Diffstat (limited to 'src/client/views/DashboardView.scss')
-rw-r--r--src/client/views/DashboardView.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/client/views/DashboardView.scss b/src/client/views/DashboardView.scss
index 583edac08..4551fb4f4 100644
--- a/src/client/views/DashboardView.scss
+++ b/src/client/views/DashboardView.scss
@@ -7,6 +7,8 @@
width: 100%;
position: absolute;
height: 100%;
+ width:100%;
+ padding-right: 0px;
overflow: auto;
.left-menu {
@@ -21,7 +23,8 @@
display: flex;
flex-direction: row;
flex-wrap: wrap;
- overflow-y: scroll;
+ overflow-y: auto;
+ width: 100%;
}
}