kirklin / celeris-web

Celeris Web is a highly performant and customizable front-end development template built with Vue 3, Vite, and TypeScript. It features the latest syntax, components and APIs auto importing, state management, Chinese font presets, internationalization, and integration with OpenAI's ChatGPT API.
https://celeris-web.vercel.app/
MIT License
384 stars 60 forks source link

Scrollbar may obscure content area 滚动条有可能遮挡内容区域 #21

Closed Aaron-zon closed 2 months ago

Aaron-zon commented 4 months ago

Describe the bug

如图所示,当页面内容过长时,会出现一个垂直滚动条。但滚动条目前的位置可能会遮挡右侧的图表和指标卡片,影响用户查看这些重要数据。

建议解决方案:

image

Reproduction

https://celeris-web.vercel.app/#/dashboard/index

Validations

kirklin commented 4 months ago

我觉得溢出不是问题,但是滚动条这个确实可以想办法让他展示在内容区域外

kirklin commented 3 months ago

进一步优化:寻求更佳的解决方案,因为当前方案会导致上下内边距与左右内边距不一致。此外,我们不应期望避免滚动条遮挡内容的时候我们需要为其预留页面位置。 image