Allowed dashboard to scroll (#1377)

This commit is contained in:
Harshil Sharma 2021-09-30 17:18:30 +05:30 committed by GitHub
parent d4e5661ee5
commit 44520d5748
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,6 +73,8 @@
&__content {
overflow-y: hidden;
display: flex;
flex-direction: column;
}
&__workspace-container {