Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. Container: {
  2. height: '100%',
  3. minHeight: '100%',
  4. display: 'flex',
  5. flexDirection: 'column'
  6. },
  7. SectionContainer: {
  8. flex: '1',
  9. display: 'flex',
  10. flexDirection: 'column',
  11. position: 'relative'
  12. },
  13. bodyAccordion: {
  14. overflowY: 'auto'
  15. },
  16. footerAccordion: {
  17. position: 'absolute',
  18. bottom: '0px',
  19. right: '0px',
  20. left: '0px'
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement