diff options
author | Anton Tananaev <anton@traccar.org> | 2022-05-26 17:20:46 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-05-26 17:20:46 -0700 |
commit | aab97ae5551995f940abb302d33f882b1a13a3fc (patch) | |
tree | 0f28e1ed52e1229a4e2170645ff915a99607b065 /modern/src/common/components/PageLayout.js | |
parent | 9e0e45c495f5db70f29c05d8a6ff8e9166cbf318 (diff) | |
download | trackermap-web-aab97ae5551995f940abb302d33f882b1a13a3fc.tar.gz trackermap-web-aab97ae5551995f940abb302d33f882b1a13a3fc.tar.bz2 trackermap-web-aab97ae5551995f940abb302d33f882b1a13a3fc.zip |
Collapse filter on mobile
Diffstat (limited to 'modern/src/common/components/PageLayout.js')
-rw-r--r-- | modern/src/common/components/PageLayout.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modern/src/common/components/PageLayout.js b/modern/src/common/components/PageLayout.js index 43fd68ea..10ee8a11 100644 --- a/modern/src/common/components/PageLayout.js +++ b/modern/src/common/components/PageLayout.js @@ -42,6 +42,7 @@ const useStyles = makeStyles((theme) => ({ alignItems: 'stretch', display: 'flex', flexDirection: 'column', + overflow: 'auto', }, })); |