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

Overlapping of Components #766

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/src/css/custom.css
Expand Up @@ -38,6 +38,9 @@ html[data-theme='dark'] {
.navbar__brand {
padding: var(--ifm-navbar-item-padding-vertical) 1rem;
}
.navbar--fixed-top {
z-index: 2002;
}
html[data-theme='dark'] .navbar__logo {
content: url("@site/static/img/flicking_textonly_white.svg");
}
Expand Down
2 changes: 1 addition & 1 deletion docs/src/css/showcases/post.css
Expand Up @@ -60,7 +60,7 @@
z-index: 2;
border-left: 0;
border-right: 0;
width: 88%;
width: 100%;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not a bug.
This is intentional in Naver's actual CSS, showing it has the next panel to swipe.

}
.posts .main img {
position: absolute;
Expand Down