diff --git a/apps/documenteditor/main/resources/less/layout.less b/apps/documenteditor/main/resources/less/layout.less index b7e06902d..7aeca23cc 100644 --- a/apps/documenteditor/main/resources/less/layout.less +++ b/apps/documenteditor/main/resources/less/layout.less @@ -19,8 +19,6 @@ body { } #viewport { - overflow: scroll; - &::-webkit-scrollbar { width: 0; height: 0; diff --git a/apps/presentationeditor/main/resources/less/layout.less b/apps/presentationeditor/main/resources/less/layout.less index ececafe9e..6e071fd0c 100644 --- a/apps/presentationeditor/main/resources/less/layout.less +++ b/apps/presentationeditor/main/resources/less/layout.less @@ -19,8 +19,6 @@ body { } #viewport { - overflow: scroll; - &::-webkit-scrollbar { width: 0; height: 0; @@ -29,7 +27,6 @@ body { #viewport-vbox-layout { .layout-item:nth-child(3) { - overflow: scroll; &::-webkit-scrollbar { width: 0; diff --git a/apps/spreadsheeteditor/main/resources/less/layout.less b/apps/spreadsheeteditor/main/resources/less/layout.less index 73e06aa0c..b88d75590 100644 --- a/apps/spreadsheeteditor/main/resources/less/layout.less +++ b/apps/spreadsheeteditor/main/resources/less/layout.less @@ -13,8 +13,6 @@ body { bottom: 0; #viewport { - overflow: auto; - &::-webkit-scrollbar { width: 0; height: 0;