0
0
mirror of https://github.com/Doodle3D/Doodle3D-Slicer.git synced 2025-05-11 11:43:23 +02:00

disable selecting titles

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

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