Files
VRCT/src-ui/app/config_page/setting_section/SettingSection.module.scss
Sakamoto Shiina 3ed3d5eb40 [Update] Combine in one window. Rename Main/Config Window to Main/Config Page accordingly.
For now, I put Config Page to below the main page temporary. Open Config Button does not work.
2024-08-09 12:23:17 +09:00

9 lines
144 B
SCSS

.scroll_container {
width: 100%;
overflow-y: auto;
overflow-x: hidden;
}
.container {
margin: 6rem 4rem 16rem 3.2rem;
}