Skip to content

Commit

Permalink
Merge pull request #5736 from espoon-voltti/float-action-buttons-at-p…
Browse files Browse the repository at this point in the history
…rint

Näytetään pedagogisen arvion toimintopainikkeet tulosteessa lomakkeen lopussa eikä sisällön päällä
  • Loading branch information
terolaakso authored Sep 30, 2024
2 parents a20b39a + 8b5b171 commit 5be0cae
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ const ActionBar = styled.div`
background-color: white;
margin-top: ${defaultMargins.L};
padding: ${defaultMargins.s} 0;
@media print {
position: relative;
}
`

const DocumentBasics = React.memo(function DocumentBasics({
Expand Down

0 comments on commit 5be0cae

Please sign in to comment.