icon picker is behind editor on small viewports #813

Open
opened 2026-02-20 10:20:46 -05:00 by deekerman · 1 comment
Owner

Originally created by @ArnoldSmith86 on GitHub (Aug 25, 2024).

Originally created by @ArnoldSmith86 on GitHub (Aug 25, 2024).
Author
Owner

@bjalder26 commented on GitHub (Nov 27, 2024):

I think it is related to this.

@media (max-width: 1000px) and (min-aspect-ratio: 16 / 20) {
#editorModules {
    left: 0;
    top: var(--editToolbarHeight);
    right: var(--editSidebarWidth);
    bottom: 0;
    width: unset!important;
    min-width: unset!important;
    max-width: unset!important;
    height: unset;
}
}
@bjalder26 commented on GitHub (Nov 27, 2024): I think it is related to this. ```css @media (max-width: 1000px) and (min-aspect-ratio: 16 / 20) { #editorModules { left: 0; top: var(--editToolbarHeight); right: var(--editSidebarWidth); bottom: 0; width: unset!important; min-width: unset!important; max-width: unset!important; height: unset; } } ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/virtualtabletop#813
No description provided.