Skip to content

Fix blurred font on right drawer #20

@ziogaschr

Description

@ziogaschr

The right drawer needs some CSS optimisation, as after hide and reveal back the font is blurred.
You can check the main content and the right drawer's text in the attached image. The text is not blurred before hiding the drawer.

Adding translateZ in the animations seems to help, but haven't tried it properly from the Chrome dev tools.

.v-navigation-drawer {
    transform: translateZ(0) translateX(0%);
}

Apparently it has to be added in the JS animation for when drawer is opened.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions