Skip to content

Commit 30559f2

Browse files
authored
Merge pull request #5920 from akolson/remove-double-scrolls
Removes double scrollbar in Settings > Storage
2 parents 1735884 + 63c8823 commit 30559f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contentcuration/contentcuration/frontend/shared/views/StudioPage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@
5858
5959
.studio-page-outer {
6060
width: 100%;
61-
margin-bottom: 16px;
6261
overflow-y: auto;
6362
}
6463
6564
.studio-page-inner {
6665
width: 100%;
66+
padding-bottom: 16px;
6767
}
6868
6969
</style>

0 commit comments

Comments
 (0)