1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-21 06:09:43 +02:00
planka/client/src/components/BoardActions/BoardActions.module.scss

26 lines
383 B
SCSS
Raw Normal View History

:global(#app) {
.action {
align-items: center;
display: flex;
2022-11-20 15:14:49 +01:00
flex: 0 0 auto;
margin-right: 20px;
}
.actions {
align-items: center;
display: flex;
margin: 20px 20px;
}
2022-11-20 15:14:49 +01:00
.wrapper {
overflow-x: auto;
overflow-y: hidden;
-ms-overflow-style: none;
scrollbar-width: none;
&::-webkit-scrollbar {
display: none;
}
}
}