mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 21:31:28 +04:00
Fix .steps horizontal overflow on mobile (#2586)
This commit is contained in:
@@ -15,6 +15,17 @@
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
}
|
||||
//
|
||||
// Steps responsive (mobile)
|
||||
//
|
||||
@media (max-width: 576px) {
|
||||
.steps {
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@each $name, $color in $extra-colors {
|
||||
.steps-#{$name} {
|
||||
|
||||
Reference in New Issue
Block a user