mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 10:25:33 +00:00
improve on tabs overflow
This commit is contained in:
parent
b974244c7f
commit
919c2d5510
1 changed files with 5 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue