mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-10 12:27:31 -08:00
8 lines
111 B
SCSS
8 lines
111 B
SCSS
|
@use "mixins/mixins";
|
||
|
|
||
|
@include mixins.b(aside) {
|
||
|
overflow: auto;
|
||
|
box-sizing: border-box;
|
||
|
flex-shrink: 0;
|
||
|
}
|