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
Modal appears under the navbar #13195
Comments
|
Thanks for the issue, we will take it into consideration! Our team of engineers is busy working on many types of features, please give us time to get back to you. Feature requests that require more discussion may be closed. Read more about our feature request process on forem.dev. To our amazing contributors: issues labeled To claim an issue to work on, please leave a comment. If you've claimed the issue and need help, please ping @forem/oss. The OSS Community Manager or the engineers on OSS rotation will follow up. For full info on how to contribute, please check out our contributors guide. |
|
Adding z-index 100 to |
|
Related to this issue is the member navigation menu renders under banners. The banner has a |
|
@nickytonline I think you're right. The popover has If I'm reading the link you posted correctly, it looks like the |
|
Great! Assigning it to you now. Thanks for helping out. let us know if you have any questions! |
|
I cannot find the file to which the changes are to be made. Can anybody help me..? |
|
@noviicee Hey Anamika! 👋🏾 Instead of just answering your question, I thought it might be helpful to show you how I went about finding the relevant page(s). Here is the video: https://www.loom.com/share/616d4af69fb84ebe8d7f25c2ddb3b809 Please reach out to us if you need more support. Thank you for contributing to Forem! ❤️ PS: the file I identified in the video is cc: @cmgorton |
Hey! Thanks a lot! |
|
I am able to setup forem locally on my machine. But, I am unable to login to the local dev.to. What needs to be done in this case..? |
|
@noviicee by inspecting the link I think what's missing is the correct setup of the GitHub credentials in the You can find the necessary details here: https://docs.forem.com/backend/auth-github/ |
okay. Trying to do that! |
I did that and it's still the same. I added the client id and client key in the .env file as mentioned, re-run the container setup, just in case it was needed, but still not able to login. And yes, the hommepage of local-dev is displaying a message like - Setup not completed yet, missing community description, suggested tags, and suggested users. Please visit the configuration page. On visiting the configuration page, I see something like this What exactly do I need to add in here..? |
|
@noviicee do you mind wiping your database and try signing up again and let us know the exact error you are seeing? |
|
Thank you for offering to work on this @veerreshr and all of your great suggestions. We are asking our product team their thoughts on your suggestions and will let you know which one they think you should go with. |
|
@veerreshr I am going to assign you to this issue. Our product team said they like the solution you have proposed. And out of the options they "think the left-most solution works for what should be accomplished here". |
|
@veerreshr If you're able to bring up a Rails console, you can run |
|
thanks @jgaskins , Now I am able to set it up and running. Now I am left with few more douts? should I implement the feature so it only effects the draft page. What I mean is, the dropdown is common for both draft articles and non draft articles, so if I change the dropdown layout, it will change for both draft and non draft articles. Should I change it only for draft pages(can be achieved with a small tweak)? or for both? This is how it looks when changes are applied to both draft and non draft articles Should I proceed to apply changes for both the pages? or just for draft page? and sorry if I am asking too many questions 😅. |
|
@veerreshr I think it's necessary for both! I don't think there's a distinction in the CSS between the two types of posts |










Describe the bug
The modal triggered by the three dots on the left of an article appears stuck under the navbar of the website, it is not readable entirely.
To Reproduce
After submitting an article but before publishing.
Click on the three dots on the top left of the article.
The modal will show up but a part of it is hidden behind the navbar
Expected behavior
The modal should appear entirely to see all the links. It can appear under the navbar, or on top of it.
Screenshots
Desktop (please complete the following information):
Additional context
button id="article-show-more-button"
The text was updated successfully, but these errors were encountered: