diff options
| author | geireann <geireann.lindfield@gmail.com> | 2023-07-10 12:00:31 -0400 |
|---|---|---|
| committer | geireann <geireann.lindfield@gmail.com> | 2023-07-10 12:00:31 -0400 |
| commit | 2f4c55bf026a249910e90451a173234934ebca01 (patch) | |
| tree | 154b80a70a12556fcb4e547051142cfb54d22def /src/client/views/DashboardView.scss | |
| parent | a60fbbe02f0ff26ef04ce8b44695a82673164270 (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.scss | 5 |
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%; } } |
