Closed k-baldauf closed 1 year ago
Name | Link |
---|---|
Latest commit | 406ea1dbeef919a3148f146bbd0ca7ed7898abe9 |
Latest deploy log | https://app.netlify.com/sites/tablekit/deploys/65265be6209a0300084b2d97 |
Deploy Preview | https://deploy-preview-209--tablekit.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
0 testsβ Β±0βββ0 :heavy_check_mark: Β±0βββ0s :stopwatch: Β±0s 0 suites Β±0βββ0 :zzz: Β±0β 1 filesββ Β±0βββ0 :x: Β±0β
Results for commit 406ea1db.βΒ± Comparison against base commit defb8856.
:recycle: This comment has been updated with latest results.
:rocket: PR was released in @tablecheck/tablekit-react-select@3.0.0-next.25
:rocket:
Due to how our CSS works when using
react-select
, we have a styling that gets applied with priority over themax-height
set bymaxMenuHeight
. This PR sticks!important
on that CSS so it wins out.A use case with
maxMenuHeight
prop set to600
:Before:
After:
π¦ Published PR as canary version:
Canary Versions
:sparkles: Test out this PR locally via: ```bash npm install @tablecheck/tablekit-core@2.0.1-canary.209.6479917599.0 npm install @tablecheck/tablekit-css@2.0.1-canary.209.6479917599.0 npm install @tablecheck/tablekit-react-css@2.0.1-canary.209.6479917599.0 npm install @tablecheck/tablekit-react-datepicker@2.0.1-canary.209.6479917599.0 npm install @tablecheck/tablekit-react-fit-content-textarea@2.0.1-canary.209.6479917599.0 npm install @tablecheck/tablekit-react-select@2.0.1-canary.209.6479917599.0 npm install @tablecheck/tablekit-react@2.0.1-canary.209.6479917599.0 # or yarn add @tablecheck/tablekit-core@2.0.1-canary.209.6479917599.0 yarn add @tablecheck/tablekit-css@2.0.1-canary.209.6479917599.0 yarn add @tablecheck/tablekit-react-css@2.0.1-canary.209.6479917599.0 yarn add @tablecheck/tablekit-react-datepicker@2.0.1-canary.209.6479917599.0 yarn add @tablecheck/tablekit-react-fit-content-textarea@2.0.1-canary.209.6479917599.0 yarn add @tablecheck/tablekit-react-select@2.0.1-canary.209.6479917599.0 yarn add @tablecheck/tablekit-react@2.0.1-canary.209.6479917599.0 ```