mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-05-03 16:46:41 +07:00
7 lines
93 B
SCSS
7 lines
93 B
SCSS
@import "src/styles/variables";
|
|
|
|
.scroller {
|
|
flex: 1;
|
|
overflow: auto;
|
|
padding: $gap;
|
|
}
|