From f4556bd602c39f699a9ebe103bc3dcda2986abf7 Mon Sep 17 00:00:00 2001 From: ShimaginAndrey Date: Mon, 11 Oct 2021 17:16:52 +0300 Subject: [PATCH] [DE] Fix Bug 53002 --- apps/documenteditor/mobile/src/less/app.less | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/apps/documenteditor/mobile/src/less/app.less b/apps/documenteditor/mobile/src/less/app.less index 30e7e21e1a..80de72759d 100644 --- a/apps/documenteditor/mobile/src/less/app.less +++ b/apps/documenteditor/mobile/src/less/app.less @@ -108,9 +108,13 @@ } } -.swiper-pagination-bullet-active{ - background: @black; +.swiper-container { + height: 100%; + .swiper-pagination-bullet-active{ + background: @black; + } } +