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
&-top { top: 0; width: 100vw; transform: translateY(-100%); }
&-bottom { bottom: 0; width: 100vw; transform: translateY(100%); }
应该加上 left: 0,要不挂在宽度不是100%的容器,就不靠左了
The text was updated successfully, but these errors were encountered:
如果能提供具体的 demo 来复现这个情况,将会更有利于我们排查问题哦。
你这里所列的,已经有 width: 100vw; 作为宽度的单位了。
width: 100vw;
Sorry, something went wrong.
No branches or pull requests
&-top {
top: 0;
width: 100vw;
transform: translateY(-100%);
}
&-bottom {
bottom: 0;
width: 100vw;
transform: translateY(100%);
}
应该加上 left: 0,要不挂在宽度不是100%的容器,就不靠左了
The text was updated successfully, but these errors were encountered: