From e9e3bbc677bc039d91abd09b3c5d621a337e9ee4 Mon Sep 17 00:00:00 2001 From: Petyo Ivanov Date: Thu, 8 Oct 2015 16:57:53 +0300 Subject: [PATCH] Fix loader in mobile skins with native scrolling Was broken in flat, nova and android, I think. Fix telerik/kendo-ui-core#608 --- styles/mobile/common/base.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/styles/mobile/common/base.less b/styles/mobile/common/base.less index b1a6d542cde..fcd43cfcd27 100644 --- a/styles/mobile/common/base.less +++ b/styles/mobile/common/base.less @@ -550,8 +550,6 @@ .km-native-scrolling > .km-pane > .km-loader { position: fixed; - top: 50%; - margin-top: -2em; } .km-native-scrolling .km-header,