Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] CSS rules broke on screen (21" and more?) #290

Open
Mara-Li opened this issue Jul 2, 2024 · 0 comments
Open

[BUG] CSS rules broke on screen (21" and more?) #290

Mara-Li opened this issue Jul 2, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Mara-Li
Copy link

Mara-Li commented Jul 2, 2024

Describe the bug
The template edit form is unscrollable when Obsidian take my entire screen.

To Reproduce
Have a screen at 21".

Expected behavior
Able of scrolling

Additional context
The bug is caused by this css rules:

@media (min-width: 100rem) {
    form.svelte-8lqyxl {
        display: flex; /* ← include this */
        flex-direction: column;
        height: 100%; /* ← ths too */
        overflow: hidden; /* ← including this */
    }   
	 .fields.svelte-8lqyxl {
        flex: 1;
        height: 100%; /* ← this one specifically */
    }
    .body.svelte-8lqyxl {
        overflow-y: hidden; /* Need to be changed too */
    }
}
@Mara-Li Mara-Li added the bug Something isn't working label Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants