Commit bf03cc98 authored by Alexander Yuzhin's avatar Alexander Yuzhin

Merge branch 'feature/new-mobile' of https://github.com/ONLYOFFICE/web-apps into feature/new-mobile

# Conflicts:
#	apps/spreadsheeteditor/mobile/resources/css/app-ios.css
#	apps/spreadsheeteditor/mobile/resources/css/app-material.css
parents 03c65edc 9345ca25
......@@ -167,7 +167,7 @@ define([
items = me._initMenu(me.api.asc_getCellInfo());
me.view.showMenu(items, posX + 200, posY + 100);
me.view.showMenu(items, posX, posY);
},
onApiHidePopMenu: function() {
......
@appStatusbarHeight: 30px;
@baseZIndex: 10;
.navbar-hidden + .navbar-through {
> .page.editor {
......
......@@ -6,6 +6,7 @@
position: relative;
box-sizing: border-box;
background-color: @gray-light;
z-index: @baseZIndex + 1;
* {
box-sizing: border-box;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment