Skip to content
Snippets Groups Projects
Commit 6f6ac888 authored by vkovtun's avatar vkovtun
Browse files

SSDM-13579: Made table not show gaps when scrolling.

parent 708ec3be
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -41,10 +41,12 @@ const styles = theme => ({
},
},
grid: {
flexGrow: '1',
flex: '1',
flexGrow: 1,
flex: 1,
height: 'auto',
overflowY: 'auto'
overflowY: 'auto',
paddingTop: 0,
paddingBottom: 0
},
content: {
flex: '1 1 100%',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment