fix: 修复搜索组件高度有滚动条的问题

This commit is contained in:
刘洪洪
2024-01-09 17:06:00 +08:00
parent e0a8815d4a
commit 6bdefa5497

View File

@@ -175,7 +175,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}
overflow: hidden;
margin-bottom: -50px; margin-right: -50px;
padding-bottom: 50px;
height: 100%;
height: 50px !important;
outline: none; /* Prevent dragging from highlighting the element */
position: relative;
z-index: 0;