mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 00:48:16 +00:00
fix(settings-pane): overflow problem
This commit is contained in:
parent
2ec5883a11
commit
d2d8556f6f
@ -34,15 +34,14 @@
|
||||
.lc-settings-main {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
|
||||
.lc-settings-notice {
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica,Arial,sans-serif;
|
||||
color: var(--color-text ,rgba(0,0,0,.6));
|
||||
margin: 50px 15px 0;
|
||||
overflow: hidden;
|
||||
padding: 15px 0;
|
||||
padding: 50px 15px 0;
|
||||
}
|
||||
|
||||
.lc-settings-navigator {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user