Skip to content

Commit

Permalink
activate scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
barbalex committed Jan 8, 2024
1 parent e055167 commit b6d1e38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/components/Projekte/Daten/Apber/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const Container = styled.div`
`
const FieldsContainer = styled.div`
overflow-y: auto;
flex-grow: 1;
`
const FormContainer = styled.div`
padding: 10px;
Expand Down
3 changes: 1 addition & 2 deletions src/components/Projekte/Daten/Apberuebersicht/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const Container = styled.div`
`
const FieldsContainer = styled.div`
overflow-y: auto;
flex-grow: 1;
`
const HistorizeButton = styled(Button)`
text-transform: none !important;
Expand Down Expand Up @@ -180,8 +181,6 @@ const Apberuebersicht = () => {

if (error) return <Error error={error} />

console.log('Apberuebersicht, row:', row)

if (!row) return null

return (
Expand Down

0 comments on commit b6d1e38

Please sign in to comment.