Skip to content

Commit

Permalink
feat(playground): better Layout overflow styling
Browse files Browse the repository at this point in the history
  • Loading branch information
neumie authored and matej21 committed Apr 12, 2024
1 parent 9949718 commit 8b97bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/admin/lib/components/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { LogoutTrigger } from '@contember/react-identity'
import { dict } from '../dict'
import { useCurrentRequest } from '@contember/interface'

const LayoutBodyUI = uic('div', { baseClass: 'bg-gray-50 h-full min-h-screen relative py-4' })
const LayoutBodyUI = uic('div', { baseClass: 'bg-gray-50 h-full min-h-screen relative py-4 pl-[calc(100vw-100%)]' })
const LayoutMaxWidthUI = uic('div', { baseClass: 'max-w-[100rem] mx-auto' })
const LayoutBoxUI = uic('div', { baseClass: 'rounded-xl shadow-lg border bg-white gap-1 flex flex-col lg:flex-row mt-4 relative min-h-[calc(100vh-10rem)]' })

Expand Down

0 comments on commit 8b97bc5

Please sign in to comment.