[Bug report] local server page next button css styling broken
wSeungMi opened this issue · 1 comments
wSeungMi commented
Hello!
I found the layout problem on the local server.
Issue
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 :)
iliakan commented
Fixed, I hope =)