add scrollable tabs for demo component

This commit is contained in:
Philipp Kühn 2020-11-25 20:37:32 +01:00
parent 872d79eca4
commit 607a2ca295

View File

@ -19,6 +19,9 @@
&__tabs {
padding: 1rem 1.25rem 0 1.25rem;
background-color: rgba($colorBlack, 0.9);
white-space: nowrap;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
&__tab {