chore: reverts hiding scrollbars in tabs

This commit is contained in:
James
2022-10-14 09:53:43 -04:00
parent 4a43f95952
commit da9825cd99

View File

@@ -33,12 +33,6 @@
&__tabs-wrap {
overflow: auto;
margin-bottom: $baseline;
-ms-overflow-style: none;
scrollbar-width: none;
&::-webkit-scrollbar {
display: none;
}
}
&__tabs {