disable selecting for title and details

This commit is contained in:
casperlamboo 2018-01-17 12:23:03 +01:00
parent 291e11fecf
commit 2fdc5ca16b

View File

@ -77,10 +77,12 @@ const styles = {
color: red500 color: red500
}, },
title: { title: {
userSelect: 'none',
position: 'absolute', position: 'absolute',
left: '10px' left: '10px'
}, },
detail: { detail: {
userSelect: 'none',
marginBottom: '10px' marginBottom: '10px'
} }
}; };