Added drag to scroll container

This commit is contained in:
Sebastian Seedorf
2022-08-16 22:03:36 +02:00
parent a08478e504
commit 1522962edd
10 changed files with 96 additions and 30 deletions

View File

@@ -0,0 +1,10 @@
.container {
width: 100vw;
height: 100vh;
}
.inner {
padding: 2em;
width: fit-content;
height: fit-content;
}