
/* 1.10.3 – editor visibility repair */
.az-editor-page{grid-template-rows:54px minmax(0,1fr)!important}
.az-editor-page>.az-workshop{
  display:grid!important;
  grid-template-rows:46px minmax(0,1fr)!important;
  min-height:0!important;height:100%!important;overflow:hidden!important
}
.az-editor-page .az-workshop-shell{height:100%!important;min-height:0!important}
.az-editor-page .az-workshop-main{min-height:0!important}
.az-editor-page .az-workbench{min-height:180px!important}
.az-editor-page .az-workshop-tools{visibility:visible!important;opacity:1!important}
.az-editor-page .az-workshop-taskbar,
.az-editor-page .az-workshop-bottom,
.az-editor-page .az-workshop-actions{visibility:visible!important;opacity:1!important}
