19 lines
298 B
Plaintext
19 lines
298 B
Plaintext
|
|
.no-scrollbar() {
|
|
&::-webkit-scrollbar {
|
|
display: none !important;
|
|
width: 0 !important;
|
|
height: 0 !important;
|
|
-webkit-appearance: none;
|
|
opacity: 0 !important;
|
|
}
|
|
}
|
|
|
|
|
|
.ellipsis() {
|
|
white-space:nowrap;
|
|
text-overflow:ellipsis;
|
|
overflow:hidden;
|
|
word-wrap: break-word;
|
|
}
|