mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-01-28 08:09:40 +01:00
Merge pull request #450 from h3poteto/scroll
Fix scroll-behavior because custom scroll function is already defined
This commit is contained in:
commit
35b76b17f0
@ -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…
x
Reference in New Issue
Block a user