Переглянути джерело

Add max-height and autoscroll on overflow, so that with many items the menu does not overflow

sbkwgh 7 роки тому
батько
коміт
7489354f22
1 змінених файлів з 2 додано та 0 видалено
  1. 2 0
      frontend/src/components/SelectButton.vue

+ 2 - 0
frontend/src/components/SelectButton.vue

@@ -171,6 +171,8 @@
 					border-radius: 0.25rem 0.25rem 0 0;
 					transition: opacity 0.2s, bottom 0.2s;
 					background-color: rgba(255, 255, 255, 0.97);
+					max-height: calc(100% - 5rem);
+					overflow-y: auto;
 
 					@at-root #{&}--hidden {
 						bottom: -100%;