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
由於各網站的 fixed navbar 高度不同,若直接嵌入元件會造成版面衝突 希望能增加一個參數來指定 sidebar 的 top 屬性
以此新聞為例,我需要讓上面的留白增加 70px
做了以下修改 packages/dual-channel/src/app/components/embedded-items/index.js: 84:84 修改為
return `position: fixed; top: 70px;`
希望能新增此功能
The text was updated successfully, but these errors were encountered:
No branches or pull requests
由於各網站的 fixed navbar 高度不同,若直接嵌入元件會造成版面衝突
希望能增加一個參數來指定 sidebar 的 top 屬性
以此新聞為例,我需要讓上面的留白增加 70px
做了以下修改
packages/dual-channel/src/app/components/embedded-items/index.js: 84:84
修改為
希望能新增此功能
The text was updated successfully, but these errors were encountered: