Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Position m-toggle relative, fix size #203

Open
stackoverfloweth opened this issue Mar 7, 2022 · 0 comments
Open

Position m-toggle relative, fix size #203

stackoverfloweth opened this issue Mar 7, 2022 · 0 comments

Comments

@stackoverfloweth
Copy link
Contributor

because the styled child of m-toggle is position absolute, the parent should be position relative to prevent the styled element from being positioned offscreen when placed after scrollable content

Screen.Recording.2022-03-07.at.10.11.08.AM.mov

applying this style to my local component fixed

.work-queue-create-panel__toggle {
  position: relative;
  height: 30px;
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant