mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 14:59:45 +00:00
Merge branch 'patch-1' of https://github.com/mijorus/hugo-theme-introduction into mijorus-patch-1
This commit is contained in:
commit
0e29f1bad8
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