Web:Common:Catalog: hide scrollbar catalog

This commit is contained in:
Timofey Boyko 2021-10-01 21:49:27 +08:00
parent 8b67843b3a
commit 9aa3db82f1

View File

@ -28,6 +28,12 @@ const StyledCatalog = styled.div`
background: #f8f9f9;
overflow-y: auto;
overflow-x: hidden;
scrollbar-width: none;
&::-webkit-scrollbar {
width: 0;
height: 0;
}
.resizable-border {
div {
cursor: ew-resize !important;