mirror of
https://github.com/plankanban/planka.git
synced 2025-12-29 09:15:04 +03:00
fix: Increase height of scroll area in popups
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
.items {
|
||||
margin-top: 8px;
|
||||
max-height: 320px;
|
||||
max-height: 60vh;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
scrollbar-width: thin;
|
||||
|
||||
Reference in New Issue
Block a user