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

选中页眉下面的文字,左边会闪出滚动条 #15

Closed heartschen closed 5 months ago

heartschen commented 5 months ago

Describe the bug

8378A885-9F40-40e3-B228-914F28EB04BE 选中图片中的位置,页面左边会闪一下滚动条

Reproduction

2502046039@qq.com

System Info

不应该闪出滚动条

Validations

kirklin commented 5 months ago

出现滚动条并不是因为内容被选中,而是因为页面的总体高度超出了屏幕的显示范围。当你的鼠标指针在页面中间位置的任意元素时,滚动条便会自动显现,以便你可以滚动查看页面的其他部分。

kirklin commented 5 months ago

image