From 5edc3ac713d4e2b78ad81d060c0c3f8a1ce3fafe Mon Sep 17 00:00:00 2001 From: Alex Martzios Date: Mon, 27 Jun 2022 13:21:58 +0300 Subject: [PATCH] add min-height for fullscreen modal --- less/modal.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/less/modal.less b/less/modal.less index 661551f..5ca7a50 100644 --- a/less/modal.less +++ b/less/modal.less @@ -31,6 +31,10 @@ border-radius: 0 0 @modal-dialog-border-radius @modal-dialog-border-radius; } +.hook-modal-full() { + min-height: 100vh; +} + .hook-modal-misc() { .uk-modal, uk-dropdown {