fix scrollbars in code components

This commit is contained in:
August Skare
2018-10-26 08:48:17 +02:00
parent f75cfd8aa4
commit 5fe98c816d

View File

@@ -52,7 +52,7 @@ const Base =
padding: 1.5rem;
`}
overflow-y: scroll;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
&:hover ${Button} {