small fix for overflowing tab-switcher

This commit is contained in:
Henry Jameson 2018-12-16 02:02:49 +03:00
parent eaf065c751
commit fc7cd6eaf6
1 changed files with 0 additions and 1 deletions

View File

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