Skip to content

Scrollbars and Minimap issues with Render Text Above Background #613

Description

@Mis1eader-dev

Checks

  • I have checked existing issues.
  • I have checked the help page.
  • This is actually a bug and not a feature.
  • I am using the latest extension version.

Operating System

win32 10.0.26200

VSCode Version

1.127.0

Extension Version

6.0.0

Settings

{
    "windowBackgrounds": [
        "c:/Users/Muhammad/Pictures/Wallpapers/World Map Wallpaper.jpg"
    ],
    "editorBackgrounds": [],
    "sidebarBackgrounds": [],
    "panelBackgrounds": [],
    "backgroundAlignment": [
        "Center Center",
        "Center Center",
        "Center Center",
        "Center Center"
    ],
    "backgroundAlignmentValue": [
        "50%",
        "50%",
        "50%",
        "50%"
    ],
    "backgroundBlur": [
        "0",
        "0",
        "0",
        "0"
    ],
    "backgroundOpacity": [
        0.3,
        0.9,
        0.9,
        0.9
    ],
    "backgroundRepeat": [
        "No Repeat",
        "No Repeat",
        "No Repeat",
        "No Repeat"
    ],
    "backgroundSize": [
        "Cover",
        "Cover",
        "Cover",
        "Cover"
    ],
    "backgroundSizeValue": [
        "100%",
        "100%",
        "100%",
        "100%"
    ],
    "backgroundChangeTime": [
        0,
        0,
        0,
        0
    ],
    "autoInstall": true,
    "renderTextAboveBackground": true,
    "useInvertedOpacity": false,
    "smoothImageRendering": true,
    "settingScope": "Global",
    "CSS": "",
    "API": false,
    "renderContentAboveBackground": true
}

Settings Verification

  • I have made sure to remove any sensitive or personal information from the above input.

Issue

Vertical and horizontal scrollbar are not visible, minimap indicator is also not visible.
For the minimap in this screenshot it may not be apparent, in a large file you will see the slight light gray box is not visible at all, where it shows the visible minimap section within the codebase.
Image

How to replicate

Enable Render Text Above Background, then open any large enough file.

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions