Added drag to scroll container
This commit is contained in:
10
components/shared/ScrollContainer/ScrollContainer.module.css
Normal file
10
components/shared/ScrollContainer/ScrollContainer.module.css
Normal file
@@ -0,0 +1,10 @@
|
||||
.container {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
.inner {
|
||||
padding: 2em;
|
||||
width: fit-content;
|
||||
height: fit-content;
|
||||
}
|
||||
Reference in New Issue
Block a user