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:
parent
9d28207cae
commit
79668a3380
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user