Skip to content
Prev Previous commit
Next Next commit
feat: delete text-overflow
  • Loading branch information
JaviMiot authored and Olucas7 committed Apr 19, 2022
commit 7f8d53bc22c1108448553ca44abca0c999912bf3
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
.col {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: small;
}

Expand Down Expand Up @@ -44,22 +43,23 @@
border: none;
overflow-y: auto;
overflow-wrap: break-word;

&::-webkit-scrollbar {
width: 0.5em;
}

&::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

&::-webkit-scrollbar-thumb {
background-color: #7a8486;
outline: 1px solid #7a8486;
border-radius: 0.5em;
}
}

.lg-scroll{
.lg-scroll {
@include scroll-style;
}

Expand Down Expand Up @@ -136,4 +136,4 @@ table.dataTable thead .sorting_desc {
text-transform: capitalize;
font-style: italic;
cursor: pointer;
}
}