add iframe to demo content

This commit is contained in:
Philipp Kühn
2021-02-02 10:20:12 +01:00
parent 77db1a22e4
commit ed0dc2d5ef
8 changed files with 122 additions and 118 deletions

View File

@@ -157,7 +157,9 @@ export default {
&__content {
padding: 1rem;
max-height: 30rem;
overflow: auto;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
&::-webkit-scrollbar-thumb {
background-color: rgba(black, 0.1);