有人在Material UI下拉菜单中遇到问题吗?选择和模式将内容向左移动?我尝试将其位置设置为绝对:我也尝试将MenuItems位置设置为绝对:但内容仍然发生了移位。
答案 0 :(得分:0)
您可以找到有关此这里的信息:https://github.com/mui-org/material-ui/issues/10000
这里也引用了许多相关问题。有哪些不同的修复方法,具体取决于模态下主窗口元素的放置方式。
答案 1 :(得分:0)
在我的React应用中,这对我有用。
<body style="overflow-y: scroll;">
//index.html
<!DOCTYPE html>
<html lang="en">
<head>
</head>
<body style="overflow-y: scroll;">
<noscript>
</noscript>
<div id="root"></div>
<script></script>
</body>
</html>