refactor chevron to its own component to address buggy behaviour

pull/1671/head
Joseph Izang 3 years ago
parent 2ebb2fb5d2
commit a7327583f6
  1. 4
      libs/remix-ui/vertical-icons-panel/src/lib/remix-ui-vertical-icons-panel.css

@ -83,11 +83,7 @@
-ms-overflow-style: none;
}
.remixui_scrollable-container {
<<<<<<< HEAD
height: 540px;
=======
max-height: 570px;
>>>>>>> aedb4fa83 (fix bug in icon removal in deactivation. Fix bottom border display regression)
/* border-bottom: 3px solid #3f4455; */
}
.remixui_scrollbar::-webkit-scrollbar { /* Chrome, Safari and other Webkit browsers*/

Loading…
Cancel
Save