Frontmatter
| id | 4873 |
| title | button.Base: switching themes for the menu |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Sep 11, 2023, 11:43 AM |
| updatedAt | Sep 11, 2023, 12:15 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4873 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 11, 2023, 12:15 PM |
we need to get to this state.
right now,
button.Baseis rendering menus into the document.body, whilemenu.Listrenders sub menus into the viewport. we should adjust this part to be consistent.if we go for document.body, we need to adjust
examples.ConfigurationViewportto switch the theme there instead of the viewport.