Skip to content
Snippets Groups Projects
Commit da92988f authored by syuilo's avatar syuilo
Browse files

fix(client): fix deck style

parent 77d4d6e3
No related branches found
No related tags found
No related merge requests found
......@@ -162,8 +162,6 @@ const onContextmenu = (ev) => {
}], ev);
};
provide('shouldSpacerMin', true);
document.documentElement.style.overflowY = 'hidden';
document.documentElement.style.scrollBehavior = 'auto';
window.addEventListener('wheel', (ev) => {
......
......@@ -46,6 +46,7 @@ import { i18n } from '@/i18n';
provide('shouldHeaderThin', true);
provide('shouldOmitHeaderTitle', true);
provide('shouldSpacerMin', true);
const props = withDefaults(defineProps<{
column: Column;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment