-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Closed
Labels
questionQuestion or problemQuestion or problem
Description
Discussed in #12218
Originally posted by nat236919 September 19, 2024
First Check
- I added a very descriptive title here.
- I used the GitHub search to find a similar question and didn't find it.
- I searched the FastAPI documentation, with the integrated search.
- I already searched in Google "How to X in FastAPI" and didn't find any information.
- I already read and followed all the tutorial in the docs and didn't find an answer.
- I already checked if it is not related to FastAPI but to Pydantic.
- I already checked if it is not related to FastAPI but to Swagger UI.
- I already checked if it is not related to FastAPI but to ReDoc.
Commit to Help
- I commit to help with one of those options 👆
Example Code
announce-wrapper .sponsor-badge {
display: block;
position: absolute;
top: -10px;
right: 0;
font-size: 0.5rem;
color: #999;
background-color: #666;
border-radius: 10px;
padding: 0 10px;
z-index: 10;
}Description
Due to its absolute position and overflow setting, the text is trailing down creating an expected scroll. I think we can simply solve the issue by removing position: absolute;
Operating System
Windows
Operating System Details
No response
FastAPI Version
NA
Pydantic Version
NA
Python Version
NA
Additional Context
No response
Metadata
Metadata
Assignees
Labels
questionQuestion or problemQuestion or problem
