Added basic way to resize right-side view
This commit is contained in:
@@ -4840,19 +4840,33 @@ const AngularWorkflow = (props) => {
|
|||||||
overflow: "auto",
|
overflow: "auto",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Old static one
|
||||||
|
//var rightsidebarStyle = {
|
||||||
|
// position: "fixed",
|
||||||
|
// right: 0,
|
||||||
|
// top: appBarSize+1,
|
||||||
|
// height: "100%",
|
||||||
|
// bottom: 0,
|
||||||
|
// minWidth: 350,
|
||||||
|
// maxWidth: 350,
|
||||||
|
// borderLeft: "1px solid rgb(91, 96, 100)",
|
||||||
|
// overflow: "scroll",
|
||||||
|
// overflowX: "auto",
|
||||||
|
// overflowY: "auto",
|
||||||
|
// zIndex: 1000,
|
||||||
|
//}
|
||||||
|
|
||||||
var rightsidebarStyle = {
|
var rightsidebarStyle = {
|
||||||
position: "fixed",
|
position: "fixed",
|
||||||
right: 0,
|
top: appBarSize+25,
|
||||||
top: appBarSize+1,
|
right: 25,
|
||||||
height: "100%",
|
height: "80vh",
|
||||||
bottom: 0,
|
width: 350,
|
||||||
minWidth: 350,
|
border: "1px solid rgb(91, 96, 100)",
|
||||||
maxWidth: 350,
|
|
||||||
borderLeft: "1px solid rgb(91, 96, 100)",
|
|
||||||
overflow: "scroll",
|
|
||||||
overflowX: "auto",
|
|
||||||
overflowY: "auto",
|
|
||||||
zIndex: 1000,
|
zIndex: 1000,
|
||||||
|
borderRadius: theme.palette.borderRadius,
|
||||||
|
resize: "both",
|
||||||
|
overflow: "auto",
|
||||||
}
|
}
|
||||||
|
|
||||||
const setTriggerFolderWrapperMulti = event => {
|
const setTriggerFolderWrapperMulti = event => {
|
||||||
|
|||||||
Reference in New Issue
Block a user