mirror of
https://github.com/plankanban/planka.git
synced 2025-07-25 16:19:47 +02:00
fix: Fix board actions for mobile
This commit is contained in:
parent
9495234066
commit
f62cba9bcd
2 changed files with 41 additions and 27 deletions
|
@ -1,5 +1,6 @@
|
|||
:global(#app) {
|
||||
.action {
|
||||
flex: 0 0 auto;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
|
@ -8,4 +9,15 @@
|
|||
display: flex;
|
||||
margin: 20px 20px;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue