Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authormijorus <39067225+mijorus@users.noreply.github.com>2020-06-10 17:20:19 +0300
committerGitHub <noreply@github.com>2020-06-10 17:20:19 +0300
commit5c04c49885ecd19a8faa711005f3176e4deb70ba (patch)
tree7effbb1659f22a0c9290881485621a24ca491b45 /assets
parent2263cdb0fa5664393f192d872c1d1f6196c6d684 (diff)
fix unscrollable content if the picture is taller that the viewport
Diffstat (limited to 'assets')
-rw-r--r--assets/vendor/bulma/sass/components/modal.sass4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/vendor/bulma/sass/components/modal.sass b/assets/vendor/bulma/sass/components/modal.sass
index 65597c4..f2cdfc8 100644
--- a/assets/vendor/bulma/sass/components/modal.sass
+++ b/assets/vendor/bulma/sass/components/modal.sass
@@ -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