File tree Expand file tree Collapse file tree 3 files changed +21
-3
lines changed
breeze/src/archive/web/zul/less
sapphire/src/archive/web/zul/less
silvertail/src/archive/web/zul/less Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -194,13 +194,19 @@ input[type="checkbox"] {
194194
195195.z-temp ,
196196.z-modal-mask {
197- .size (100% , 100 vh );
197+ .size (100% , 100 % );
198198 background : @maskBackgroundColor ;
199199 .opacity (0.6 );
200200 position : fixed ;
201201 top : 0 ;
202202 left : 0 ;
203203}
204+ .mobile {
205+ .z-temp ,
206+ .z-modal-mask {
207+ min-height : 100vh ; // ZK-4483
208+ }
209+ }
204210
205211.z-initing {
206212 .size (60px , 60px );
Original file line number Diff line number Diff line change @@ -194,13 +194,19 @@ input[type="checkbox"] {
194194
195195.z-temp ,
196196.z-modal-mask {
197- .size (100% , 100 vh );
197+ .size (100% , 100 % );
198198 background : @maskBackgroundColor ;
199199 .opacity (0.6 );
200200 position : fixed ;
201201 top : 0 ;
202202 left : 0 ;
203203}
204+ .mobile {
205+ .z-temp ,
206+ .z-modal-mask {
207+ min-height : 100vh ; // ZK-4483
208+ }
209+ }
204210
205211.z-initing {
206212 .size (60px , 60px );
Original file line number Diff line number Diff line change @@ -194,13 +194,19 @@ input[type="checkbox"] {
194194
195195.z-temp ,
196196.z-modal-mask {
197- .size (100% , 100 vh );
197+ .size (100% , 100 % );
198198 background : @maskBackgroundColor ;
199199 .opacity (0.6 );
200200 position : fixed ;
201201 top : 0 ;
202202 left : 0 ;
203203}
204+ .mobile {
205+ .z-temp ,
206+ .z-modal-mask {
207+ min-height : 100vh ; // ZK-4483
208+ }
209+ }
204210
205211.z-initing {
206212 .size (60px , 60px );
You can’t perform that action at this time.
0 commit comments