Improved appearence of empty scene media banner.

This commit is contained in:
DebaucheryLibrarian
2021-01-23 23:26:56 +01:00
parent fdb48f0d6d
commit 0a0a3ddd7b
3 changed files with 105 additions and 92 deletions

View File

@@ -24,7 +24,7 @@
<div
ref="content"
class="content"
class="scroll-content"
>
<slot :loaded="loaded" />
</div>
@@ -145,7 +145,7 @@ export default {
position: relative;
}
.content {
.scroll-content {
overflow-x: scroll;
scroll-behavior: smooth;
scrollbar-width: none;