Browse Source

lazygit

main
Gregory Leeman 1 month ago
parent
commit
2c35bf6ad9
  1. 9
      workflowy-helper/style.css

9
workflowy-helper/style.css

@ -160,7 +160,12 @@ body::-webkit-scrollbar {
.name > .content > .innerContentContainer {
overflow: hidden;
text-overflow: ellipsis;
overflow-x: scroll;
white-space: nowrap;
text-overflow: unset;
}
.name > .content > .innerContentContainer::-webkit-scrollbar {
display: none;
}
.link,
@ -640,3 +645,5 @@ body::-webkit-scrollbar {
font-size: 16px;
margin-left: 4px;
}

Loading…
Cancel
Save