Skip to content

Commit fb47b07

Browse files
committed
fix: [CMenu] 解决菜单默认展示纵向滚动条的问题
1 parent d0c3b32 commit fb47b07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/c-menu/index.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
.@{menu} {
229229
position: relative;
230230
display: inline-block;
231-
height: 100%;
231+
// height: 100%;
232232
overflow: visible;
233233
width: 100%;
234234
&.@{horizontalHeader} {

0 commit comments

Comments
 (0)