Skip to content

Commit

Permalink
Fixes #181207 - Add padding to extension viewer bottom (#181723)
Browse files Browse the repository at this point in the history
Add padding to extension viewer bottom so that scroll button does not block it

Co-authored-by: Dylan Courville <github.com/dcourv>
  • Loading branch information
dcourv committed May 10, 2023
1 parent 83c12a2 commit a55e4eb
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -767,6 +767,11 @@ export class ExtensionEditor extends EditorPane {
<style nonce="${nonce}">
${DEFAULT_MARKDOWN_STYLES}
/* prevent scroll-to-top button from blocking the body text */
body {
padding-bottom: 75px;
}
#scroll-to-top {
position: fixed;
width: 32px;
Expand Down

0 comments on commit a55e4eb

Please sign in to comment.