1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-09 07:25:24 +02:00

Set popup max-height, update public files, update dependencies

This commit is contained in:
Maksim Eltyshev 2019-10-03 20:07:41 +05:00
parent ded98d412b
commit 0eef38da66
12 changed files with 196 additions and 158 deletions

View file

@ -16,7 +16,9 @@
box-shadow: 0 8px 16px -4px rgba(9, 45, 66, 0.25),
0 0 0 1px rgba(9, 45, 66, 0.08) !important;
margin-top: 6px !important;
max-height: calc(100% - 70px);
overflow: hidden;
overflow-y: auto;
padding: 0 12px 12px !important;
width: 304px;
}