Mobile scrollbars for tables

This commit is contained in:
Rico Sta. Cruz 2017-10-01 04:10:43 +08:00
parent 70f8365913
commit 164f2ae7fe
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@
padding: 16px; padding: 16px;
} }
@media (max-width: 768px) {
overflow-x: auto;
}
& { & {
background: white; background: white;
box-shadow: $shadow3; box-shadow: $shadow3;