Browse Source

fix: Removed y/x scroll from top level html div

pull/6827/head
Muhammed Mustafa 11 months ago
parent
commit
91f316cca8
  1. 8
      packages/nc-gui/assets/style.scss

8
packages/nc-gui/assets/style.scss

@ -2,6 +2,10 @@
@import '@vue-flow/core/dist/style.css';
@import '@vue-flow/core/dist/theme-default.css';
html {
overflow: hidden;
}
body {
line-height: 1.3125rem;
}
@ -160,10 +164,6 @@ main {
}
}
html {
overflow-y: auto !important;
}
main {
@apply flex-0 w-full relative scrollbar-thin-dull;
overflow-x: hidden;

Loading…
Cancel
Save