mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-30 15:25:15 +00:00
8 lines
83 B
SCSS
8 lines
83 B
SCSS
|
html, body {
|
||
|
overflow: auto;
|
||
|
}
|
||
|
|
||
|
.docs-story {
|
||
|
background: var(--body-color);
|
||
|
}
|