1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2024-12-31 19:17:44 +01:00

Fix scroll-behavior because custom scroll function is already defined

This commit is contained in:
AkiraFukushima 2018-07-22 22:51:38 +09:00
parent 9d28207cae
commit 79668a3380

View File

@ -35,7 +35,7 @@ export default {
width: 100%;
overflow: auto;
transition: all 0.5s;
scroll-behavior: smooth;
scroll-behavior: auto;
}
.timeline-wrapper-with-side-bar {
@ -43,7 +43,7 @@ export default {
width: -webkit-calc(100% - 320px);
overflow: auto;
transition: all 0.5s;
scroll-behavior: smooth;
scroll-behavior: auto;
}
}
</style>