Merge branch 'patch-1' of https://github.com/mijorus/hugo-theme-introduction into mijorus-patch-1

This commit is contained in:
Victoria Drake 2020-06-14 13:35:03 -04:00
commit 0e29f1bad8

View file

@ -70,7 +70,7 @@ $modal-card-body-padding: 20px !default
display: flex
flex-direction: column
max-height: calc(100vh - #{$modal-card-spacing})
overflow: hidden
overflow: auto
.modal-card-head,
.modal-card-foot
@ -107,5 +107,5 @@ $modal-card-body-padding: 20px !default
background-color: $modal-card-body-background-color
flex-grow: 1
flex-shrink: 1
overflow: auto
overflow: unset
padding: $modal-card-body-padding