Skip to content

Commit

Permalink
Merge pull request #684 from contember/feat/better-overflow-styling
Browse files Browse the repository at this point in the history
feat(playground): better `Layout` overflow styling
  • Loading branch information
matej21 authored Apr 12, 2024
2 parents 9949718 + 8b97bc5 commit dbc0a18
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 dbc0a18

Please sign in to comment.