Mobile scrollbars for tables
This commit is contained in:
parent
70f8365913
commit
164f2ae7fe
|
@ -8,6 +8,10 @@
|
|||
padding: 16px;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
& {
|
||||
background: white;
|
||||
box-shadow: $shadow3;
|
||||
|
|
Loading…
Reference in New Issue