Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
steve8708 committed May 5, 2024
1 parent d354934 commit c304096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/routes/playground/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +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>
<style>{`body { overflow: hidden !important; }`}</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 c304096

Please sign in to comment.