diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2020-07-25 12:36:19 -0700 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2020-07-25 12:36:19 -0700 |
commit | d69bb2b2c3053c2c61e4e5d7029751debcfb0dd9 (patch) | |
tree | a8acdb87aea6c39ba1c0712186a2be1dadaff181 /modern/src/DeviceList.js | |
parent | 94be29b98ef9ca509c38c2576dc56828a788937e (diff) | |
download | trackermap-web-d69bb2b2c3053c2c61e4e5d7029751debcfb0dd9.tar.gz trackermap-web-d69bb2b2c3053c2c61e4e5d7029751debcfb0dd9.tar.bz2 trackermap-web-d69bb2b2c3053c2c61e4e5d7029751debcfb0dd9.zip |
Implement simple route report
Diffstat (limited to 'modern/src/DeviceList.js')
-rw-r--r-- | modern/src/DeviceList.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modern/src/DeviceList.js b/modern/src/DeviceList.js index 5e09041a..66b94063 100644 --- a/modern/src/DeviceList.js +++ b/modern/src/DeviceList.js @@ -23,8 +23,8 @@ import RemoveDialog from './RemoveDialog'; const useStyles = makeStyles(theme => ({ list: { - maxHeight: '100%', - overflow: 'auto', + maxHeight: '100%', + overflow: 'auto', }, fab: { position: 'absolute', |