mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
fix border left coming in viewer
This commit is contained in:
parent
41c841678f
commit
72860f1833
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ export const AppCanvas = ({ moduleId, appId, isViewerSidebarPinned }) => {
|
|||
)}
|
||||
style={{
|
||||
// transform: `scale(1)`,
|
||||
borderLeft: editorMarginLeft + 'px solid',
|
||||
borderLeft: currentMode === 'edit' && editorMarginLeft + 'px solid',
|
||||
height: currentMode === 'edit' ? canvasContainerHeight : '100%',
|
||||
backgroundColor: canvasBgColor,
|
||||
// background: !isAppDarkMode ? '#EBEBEF' : '#2E3035',
|
||||
|
|
|
|||
Loading…
Reference in a new issue