Files
planka/client/src/components/BoardMembershipsStep/BoardMembershipsStep.module.scss
2022-12-21 22:57:04 +01:00

23 lines
357 B
SCSS

:global(#app) {
.menu {
margin: 8px auto 0;
max-height: 60vh;
overflow-x: hidden;
overflow-y: auto;
scrollbar-width: thin;
width: 100%;
&::-webkit-scrollbar {
width: 5px;
}
&::-webkit-scrollbar-track {
background: transparent;
}
&::-webkit-scrollbar-thumb {
border-radius: 3px;
}
}
}