.drawer-footer { z-index: 10; width: 100%; position: absolute; bottom: 0; left: 0; border-top: 1px solid #e8e8e8; padding: 10px 16px; text-align: left; background: #fff; } .drawer-content { overflow: auto; } .drawer-content::-webkit-scrollbar { display: none; } .drawer-header { display: flex; align-items: center; margin-bottom: 16px; font-size: 16px; color: rgba(0, 0, 0, 0.85); } .drawer-title { font-size: 16px; color: rgba(0, 0, 0, 0.85); display: block; margin-bottom: 16px; }