fix:fixed tags-view bug

This commit is contained in:
Pan 2017-11-29 11:22:25 +08:00
parent 394f366aac
commit d99cb068aa
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ export default {
.scroll-container { .scroll-container {
white-space: nowrap; white-space: nowrap;
position: relative; position: relative;
overflow: hidden;
.scroll-wrapper { .scroll-wrapper {
position: absolute; position: absolute;
} }