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
This commit is contained in:
commit
bf03cc98de
|
@ -167,7 +167,7 @@ define([
|
||||||
|
|
||||||
items = me._initMenu(me.api.asc_getCellInfo());
|
items = me._initMenu(me.api.asc_getCellInfo());
|
||||||
|
|
||||||
me.view.showMenu(items, posX + 200, posY + 100);
|
me.view.showMenu(items, posX, posY);
|
||||||
},
|
},
|
||||||
|
|
||||||
onApiHidePopMenu: function() {
|
onApiHidePopMenu: function() {
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,6 @@
|
||||||
|
|
||||||
@appStatusbarHeight: 30px;
|
@appStatusbarHeight: 30px;
|
||||||
|
@baseZIndex: 10;
|
||||||
|
|
||||||
.navbar-hidden + .navbar-through {
|
.navbar-hidden + .navbar-through {
|
||||||
> .page.editor {
|
> .page.editor {
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -6,6 +6,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background-color: @gray-light;
|
background-color: @gray-light;
|
||||||
|
z-index: @baseZIndex + 1;
|
||||||
|
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
Loading…
Reference in a new issue