Skip to content

Commit

Permalink
overflow hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
steve8708 committed May 5, 2024
1 parent 85bfbfd commit 3b205a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docs/src/routes/playground/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ export default component$(() => {

return (
<div class="relative flex gap-4 max-md:gap-0 grow items-stretch max-md:flex-col bg-primary-dark overflow-x-hidden">
<style>{`body { overflow: hidden }`}</style>
<div class="w-full flex flex-col max-md:h-[calc(55dvh-35px)]">
<div class="flex items-center gap-2 mx-4 my-2 mb-4 max-md:m-1.5 min-h-[50px] max-md:min-h-[40px]">
<h3 class="ml-4 max-md:ml-2 text-lg max-md:text-base">Input</h3>
Expand Down

0 comments on commit 3b205a8

Please sign in to comment.