Re: [csswg-drafts] Make child visible outside of `overflow: hidden` (#4092)

For my situation I used this trick:

.editor-container {
  ...
  overflow: hidden;
  &:hover {
    overflow: visible;
  }
}


-- 
GitHub Notification of comment by robert-king
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4092#issuecomment-1465316233 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Sunday, 12 March 2023 22:24:54 UTC