mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-08 22:49:44 +00:00
fix unscrollable content if the picture is taller that the viewport
This commit is contained in:
parent
2263cdb0fa
commit
5c04c49885
1 changed files with 2 additions and 2 deletions
4
assets/vendor/bulma/sass/components/modal.sass
generated
vendored
4
assets/vendor/bulma/sass/components/modal.sass
generated
vendored
|
@ -70,7 +70,7 @@ $modal-card-body-padding: 20px !default
|
||||||
display: flex
|
display: flex
|
||||||
flex-direction: column
|
flex-direction: column
|
||||||
max-height: calc(100vh - #{$modal-card-spacing})
|
max-height: calc(100vh - #{$modal-card-spacing})
|
||||||
overflow: hidden
|
overflow: auto
|
||||||
|
|
||||||
.modal-card-head,
|
.modal-card-head,
|
||||||
.modal-card-foot
|
.modal-card-foot
|
||||||
|
@ -107,5 +107,5 @@ $modal-card-body-padding: 20px !default
|
||||||
background-color: $modal-card-body-background-color
|
background-color: $modal-card-body-background-color
|
||||||
flex-grow: 1
|
flex-grow: 1
|
||||||
flex-shrink: 1
|
flex-shrink: 1
|
||||||
overflow: auto
|
overflow: unset
|
||||||
padding: $modal-card-body-padding
|
padding: $modal-card-body-padding
|
||||||
|
|
Loading…
Reference in a new issue