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

fix: Increase height of scroll area in popups

This commit is contained in:
Maksim Eltyshev 2022-12-21 22:57:04 +01:00
parent 617f3e3884
commit 73abed65b5
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
:global(#app) { :global(#app) {
.menu { .menu {
margin: 8px auto 0; margin: 8px auto 0;
max-height: 320px; max-height: 60vh;
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;
scrollbar-width: thin; scrollbar-width: thin;

View file

@ -17,7 +17,7 @@
.items { .items {
margin-top: 8px; margin-top: 8px;
max-height: 320px; max-height: 60vh;
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;
scrollbar-width: thin; scrollbar-width: thin;

View file

@ -1,7 +1,7 @@
:global(#app) { :global(#app) {
.users { .users {
margin-top: 8px; margin-top: 8px;
max-height: 320px; max-height: 60vh;
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;
scrollbar-width: thin; scrollbar-width: thin;