3 changed files with
3 additions and
3 deletions
|
|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
:global(#app) {
|
|
|
|
|
.menu {
|
|
|
|
|
margin: 8px auto 0;
|
|
|
|
|
max-height: 320px;
|
|
|
|
|
max-height: 60vh;
|
|
|
|
|
overflow-x: hidden;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
scrollbar-width: thin;
|
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
|
|
|
|
|
.items {
|
|
|
|
|
margin-top: 8px;
|
|
|
|
|
max-height: 320px;
|
|
|
|
|
max-height: 60vh;
|
|
|
|
|
overflow-x: hidden;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
scrollbar-width: thin;
|
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
:global(#app) {
|
|
|
|
|
.users {
|
|
|
|
|
margin-top: 8px;
|
|
|
|
|
max-height: 320px;
|
|
|
|
|
max-height: 60vh;
|
|
|
|
|
overflow-x: hidden;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
scrollbar-width: thin;
|
|
|
|
|
|