Skip to content
New issue

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

登录成功后,在IE浏览器下,收缩侧边栏会闪白色背景 #101

Open
xiechunwei opened this issue Jun 15, 2018 · 3 comments
Open

Comments

@xiechunwei
Copy link

亟待解决。

@xiechunwei
Copy link
Author

xiechunwei commented Jun 15, 2018

改一下 内容页下的样式,在IE浏览器下-webkit-transition: left .3s ease-in-out;无效,删掉即可
.content-box {
position: absolute;
left: 250px;
right: 0;
top: 70px;
bottom: 0;
overflow-y: scroll;
transition: left .3s ease-in-out;
background: #f0f0f0;
}

@xiechunwei
Copy link
Author

上面无法解决!!!重新定义样式,坑

@mitboy1983
Copy link

去掉 overflow-y: scroll; 试试

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants