Skip to content

Instantly share code, notes, and snippets.

@karszawa
Created November 20, 2018 13:29
Show Gist options
  • Save karszawa/ff010c59f0cb1637901a34b4311c96ab to your computer and use it in GitHub Desktop.
Save karszawa/ff010c59f0cb1637901a34b4311c96ab to your computer and use it in GitHub Desktop.
react-tippyでコンテンツがはみ出るときに無理やりtooltipのwidthを大きくする方法 ref: https://qiita.com/karszawa/items/9faceaa18e125ea1b881
.tippy-popper {
max-width: 10000px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment