#sidebarad1, #sidebarad2 { position: fixed; top: 50%; transform: translateY(-50%); width: 160px; height: 600px; padding: 0; margin: 0; z-index: 999999; } #sidebarad1 { left: 0; } #sidebarad2 { right: 0; } .sidebar-close { position: absolute; top: 0; right: 0; width: 22px; height: 22px; line-height: 22px; text-align: center; background: rgba(0,0,0,0.7); color: #fff; font-size: 14px; cursor: pointer; user-select: none; z-index: 10; } .sidebar-frame { width: 160px; height: 600px; border: none; display: block; }