Explorar el Código

bug fix: #1780

Cards that are longer than the screen height can now scroll on the y-axis in order to be able to see the whole card.
Jonas Olsson hace 7 años
padre
commit
b0f410f82d
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      client/components/cards/cardDetails.styl

+ 2 - 1
client/components/cards/cardDetails.styl

@@ -5,7 +5,8 @@
   flex-shrink: 0
   flex-shrink: 0
   flex-basis: 470px
   flex-basis: 470px
   will-change: flex-basis
   will-change: flex-basis
-  overflow: hidden
+  overflow-y: scroll
+  overflow-x: hidden
   background: darken(white, 3%)
   background: darken(white, 3%)
   border-radius: bottom 3px
   border-radius: bottom 3px
   z-index: 20 !important
   z-index: 20 !important