mirror of
https://github.com/wekan/wekan.git
synced 2026-02-05 08:01:49 +01:00
Dragscroll possible, scroll the screen with the mouse at desktop view
- click on a empty list area and drag the view left/right to scroll
This commit is contained in:
parent
f9654d17d5
commit
c76959ff25
7 changed files with 12 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
template(name="minicard")
|
||||
.minicard(
|
||||
.minicard.nodragscroll(
|
||||
class="{{#if isLinkedCard}}linked-card{{/if}}"
|
||||
class="{{#if isLinkedBoard}}linked-board{{/if}}"
|
||||
class="{{#if colorClass}}minicard-{{colorClass}}{{/if}}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue