1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-05-03 16:46:41 +07:00
vault-frontend/src/components/profile/ProfileSidebarNotes/styles.module.scss
2022-03-29 15:39:29 +07:00

7 lines
93 B
SCSS

@import "src/styles/variables";
.scroller {
flex: 1;
overflow: auto;
padding: $gap;
}