forked from github/dataease
fix(数据大屏): 修复部分操作系统数据大屏编辑时边缘出现滚动条问题
This commit is contained in:
parent
07ee15ea32
commit
0785ce6745
@ -551,6 +551,7 @@ eventBus.on('handleNew', handleNew)
|
||||
.dv-common-layout {
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
overflow: hidden;
|
||||
color: @dv-canvas-main-font-color;
|
||||
.dv-layout-container {
|
||||
height: calc(100vh - @top-bar-height - 1px);
|
||||
|
Loading…
Reference in New Issue
Block a user