Merge pull request #905 from ONLYOFFICE/bugfix/fixed-header-jumps

Bugfix/fixed header jumps
This commit is contained in:
Nikita Gopienko 2022-10-12 15:28:00 +03:00 committed by GitHub
commit b5ce2d3bbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ import { getMainButtonItems } from "SRC_DIR/helpers/plugins";
const StyledContainer = styled.div`
width: 100%;
min-height: 33px;
height: 33px;
.table-container_group-menu {
margin: 0 0 0 -20px;

View File

@ -6,6 +6,7 @@ $font-family-base: "Open Sans", sans-serif;
html,
body {
height: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#root {
min-height: 100%;