6
0
Bläddra i källkod

Merge branch '150-flask-sqlalchemy' into 150b-client-tests

Dimitri Korsch 3 år sedan
förälder
incheckning
a789e281de
1 ändrade filer med 2 tillägg och 1 borttagningar
  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;
   max-width: 90vw;
-  max-height: 90vh;
+  max-height: 100%;
+  padding-bottom: 0;
 
   animation: label-selector-animation 0.5s ease-out forwards;
 }