From 35ad8b48f8f3186212cfb9e84265c86f1f5279d1 Mon Sep 17 00:00:00 2001 From: Catouse Date: Fri, 19 Dec 2014 23:31:03 +0800 Subject: [PATCH] * add style to the modal with fullscreen size. --- src/less/modules/modals.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/less/modules/modals.less b/src/less/modules/modals.less index a46311665..9496e9e61 100644 --- a/src/less/modules/modals.less +++ b/src/less/modules/modals.less @@ -63,6 +63,9 @@ outline: 0; } +/* full screen modal */ +.modal-fullscreen .modal-dialog {width: 100%!important; height: 100%!important; border-radius: 0} + // // Actual modal // .modal-content { // position: relative; -- GitLab