mirror of https://github.com/ElemeFE/element
fix tabs nav scrollable bug (#2974)
parent
583466d380
commit
44766fdb35
|
@ -70,6 +70,7 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
position: relative;
|
position: relative;
|
||||||
transition: transform .3s;
|
transition: transform .3s;
|
||||||
|
float: left;
|
||||||
}
|
}
|
||||||
@e item {
|
@e item {
|
||||||
padding: 0 16px;
|
padding: 0 16px;
|
||||||
|
|
Loading…
Reference in New Issue