small fix for overflowing tab-switcher

このコミットが含まれているのは:
Henry Jameson 2018-12-16 02:02:49 +03:00
コミット fc7cd6eaf6
1個のファイルの変更0行の追加1行の削除

ファイルの表示

@ -9,7 +9,6 @@
.tabs { .tabs {
display: flex; display: flex;
position: relative; position: relative;
justify-content: center;
width: 100%; width: 100%;
overflow-y: hidden; overflow-y: hidden;
overflow-x: auto; overflow-x: auto;