mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-12-23 11:33:49 +01:00
disable selecting for title and details
This commit is contained in:
parent
291e11fecf
commit
2fdc5ca16b
@ -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'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user