Files
OverlayScrollbars/packages/overlayscrollbars/tests/playwright/setups/structureSetup/body/index.scss
T
2022-07-18 21:44:13 +02:00

10 lines
118 B
SCSS

body {
}
#content {
background: rgba(255, 0, 0, 0.4);
height: 200vh;
width: 200vw;
border: 2px solid blue;
}