We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/菜单
菜单的高度应该需要根据窗口高度动态调整,我看 Notion 用的是 max-height: min(448px, 40vh);、FlowUs 和 Wolai 是 max-height: 40vh;
max-height: min(448px, 40vh);
max-height: 40vh;
窗口小的情况下菜单会太高:
Originally posted by @TCOTC in #13726
The text was updated successfully, but these errors were encountered:
No branches or pull requests
菜单的高度应该需要根据窗口高度动态调整,我看 Notion 用的是
max-height: min(448px, 40vh);
、FlowUs 和 Wolai 是max-height: 40vh;
窗口小的情况下菜单会太高:
Originally posted by @TCOTC in #13726
The text was updated successfully, but these errors were encountered: