fix: Increase height of scroll area in popups
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user