SignorMercurio opened a new issue, #83: URL: https://github.com/apache/pulsar-site/issues/83
## Current Behavior GitHub Stars badge overlaps with the light/dark mode toggle button on a normal 1425-px laptop screen:  When the browser window is resized to lower width, the badge will keep moving left:  ## Expected Behavior The badge and the toggle button should never overlap, even when the browser window is resized.  ## Possible Reason In [Line 193 in #77](https://github.com/apache/pulsar-site/pull/77/files#diff-09cf1119a5b3c2e7f9020e0631d965cc817f9ba589b4252cbb30ad92b403c4b6R193) a `right: 125px` style is introduced, leading to this issue. ## Possible Solution Use `padding` instead of horizontal absolute positioning styles like `right`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@pulsar.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org