1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

feat: Improvements for mobile version (#776)

This commit is contained in:
Fayad 2024-07-26 19:02:13 +02:00 committed by GitHub
parent 7a05d1f6b3
commit 008c5b3fd0
10 changed files with 87 additions and 5 deletions

View file

@ -4,5 +4,7 @@
position: fixed;
width: 100%;
z-index: -1;
max-width: 100vw;
max-height: 100vh;
}
}