Add a min height to modals so they are not quite so stupidly small when not enough content suppied by users

This commit is contained in:
summerscope
2015-03-19 15:05:14 +11:00
parent c76aa1d1c2
commit 1f97052954

View File

@@ -8,6 +8,7 @@ dialog, .reveal-modal
border-bottom: 30px solid white
overflow-y: scroll
overflow-x: hidden
min-height: 260px
// Not working yet - want a nice gradient shadow when there is overflow - needs JS too
// &:after
// @include elipse-shadow(0 0 40px rgba(0, 0, 0, 0.8))