Skip to content

Commit

Permalink
fix(material): input select in max dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Mar 27, 2023
1 parent ced557d commit 837fd77
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/better-write-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src && yarn format"
},
"dependencies": {
"@headlessui/vue": "1.7.3",
"@headlessui/vue": "1.7.12",
"@milkdown/core": "6.4.1",
"@milkdown/design-system": "6.4.1",
"@milkdown/plugin-block": "6.4.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
>
<ListboxOptions
:class="[min ? 'max-h-28' : 'max-h-52']"
class="fixed py-1 mt-1 text-base bg-theme-background-4 rounded-md shadow-lg wb-scroll ring-1 ring-black ring-opacity-5 focus:outline-none sm:text-sm z-max"
class="fixed max-w-60 overflow-y-auto py-1 mt-1 text-base bg-theme-background-4 rounded-md shadow-lg wb-scroll ring-1 ring-black ring-opacity-5 focus:outline-none sm:text-sm z-max"
>
<ListboxOption
v-for="(it, index) in props.arr"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1234,10 +1234,10 @@
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==

"@headlessui/vue@1.7.3":
version "1.7.3"
resolved "https://registry.yarnpkg.com/@headlessui/vue/-/vue-1.7.3.tgz#116d13391552436ea1e9e88c69f0e9d7d2585c45"
integrity sha512-Is4iakKts9u9E0+jEZNzoJpBjwq2SamwEIoEl2RlyYSu6Zco536GsPXaQEfg/o7Eyc1GUUlcL+dJd4Rt7qyf7A==
"@headlessui/vue@1.7.12":
version "1.7.12"
resolved "https://registry.yarnpkg.com/@headlessui/vue/-/vue-1.7.12.tgz#963b2eb2f548278c49f2d1e67f0a4a84f54078da"
integrity sha512-IV0k1I2I8Bj37HljFF231Y9cpldfiucf+inMCxA/VPoQT6UTxo0N/rb78CrogBxXNfsPxKmz3y/nlv+eRz6zvg==

"@humanwhocodes/config-array@^0.10.5":
version "0.10.7"
Expand Down

0 comments on commit 837fd77

Please sign in to comment.