mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-11 15:12:26 +03:00
10 lines
118 B
SCSS
10 lines
118 B
SCSS
body {
|
|
}
|
|
|
|
#content {
|
|
background: rgba(255, 0, 0, 0.4);
|
|
height: 200vh;
|
|
width: 200vw;
|
|
border: 2px solid blue;
|
|
}
|