2 Комити 8233899dc5 ... a9fd4a13df

Аутор SHA1 Порука Датум
  Eric Tröbs a9fd4a13df Merge branch '152-label-overlay-z-index' into 'master' пре 4 година
  Eric Tröbs a2b0b70329 fix #152 пре 4 година
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      webui/src/components/media/options-bar.vue

+ 2 - 1
webui/src/components/media/options-bar.vue

@@ -310,7 +310,8 @@ img {
 
 
   width: 30rem;
   width: 30rem;
   max-width: 90vw;
   max-width: 90vw;
-  max-height: 90vh;
+  max-height: 100%;
+  padding-bottom: 0;
 
 
   animation: label-selector-animation 0.5s ease-out forwards;
   animation: label-selector-animation 0.5s ease-out forwards;
 }
 }