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

[Bug report] local server page next button css styling broken #89

Open
wSeungMi opened this issue Sep 27, 2022 · 0 comments
Open

[Bug report] local server page next button css styling broken #89

wSeungMi opened this issue Sep 27, 2022 · 0 comments

Comments

@wSeungMi
Copy link

Hello!
I found the layout problem on the local server.

Issue

image

The page layout broken when the Local Server is running, so can’t use the next button.

The location of the file is server/modules/styles/blocks/page/page.styl

Fix

/* edit before */
&__nav_next
    left 0
    transition top animation_duration
/* edit after */
&__nav_next
    right 0
    transition top animation_duration

I think I need to fix it like.

so I registered the issue and upload the PR, so please check it.
Thank you :)

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

1 participant