fix bug in icon removal in deactivation. Fix bottom border display regression

pull/5370/head
Joseph Izang 3 years ago
parent 05e763b28b
commit 4f36661588
  1. 4
      libs/remix-ui/vertical-icons-panel/src/lib/remix-ui-vertical-icons-panel.css

@ -83,7 +83,11 @@
-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