disable selecting titles

This commit is contained in:
Casper Lamboo 2019-02-21 20:54:48 +01:00
parent 01f40eb5f8
commit 8015cd780d

View File

@ -14,6 +14,7 @@ const styles = {
maxHeight: '0px' maxHeight: '0px'
}, },
title: { title: {
userSelect: 'none',
display: 'flex', display: 'flex',
alignItems: 'flex-end' alignItems: 'flex-end'
} }