mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 16:48:49 +01:00
add: support compact mode for mobile web, auto adapt to small screen/window
This commit is contained in:
parent
0954cff5b4
commit
354eff9f7b
23 changed files with 436 additions and 131 deletions
|
|
@ -48,7 +48,7 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
|
||||
onRendered() {
|
||||
this.scrollParentContainer();
|
||||
if (!Utils.isMiniScreen()) this.scrollParentContainer();
|
||||
},
|
||||
|
||||
onDestroyed() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue