improve on tabs overflow

This commit is contained in:
Artur Paikin 2018-06-27 18:47:33 -04:00
parent b974244c7f
commit 919c2d5510

View file

@ -163,8 +163,12 @@
.uppy-DashboardTabs {
padding: 7px;
padding-right: 28px;
// padding-right: 28px;
border-bottom: 1px solid rgba($color-gray, 0.3);
overflow-x: auto;
-webkit-overflow-scrolling: touch;
// overflow-x: auto;
// -webkit-overflow-scrolling: touch;
}
.uppy-DashboardTabs[aria-hidden=true] {
@ -205,8 +209,6 @@
// justify-content: center;
// align-items: center;
white-space: nowrap;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
text-align: center;
}