[Outline] Style list - #4851
Conversation
|
Thanks for the PR! can you add some screen shots? |
|
Hey @arthur801031! I'm still seeing the hover cutoff issue when I scroll: I'll experiment to see if I can find a way around this. |
|
Hey @arthur801031 do you have time to take a look at this? |
8448c39 to
26458a8
Compare
|
rebased! |
|
Hi @darkwing ! could you let me know how to reproduce this issue? When I was testing it, I didn’t see it 😅 Hi @jasonLaster ! I’m sorry for the delay. I’ll take a look at this today. Thank you! 🙏 |
|
Hi @arthur801031 ! I reproduce the issue shrinking the outline window I think if you add in |
|
@arthur801031 hello! do you need any help moving this forward? |
|
Soooo.. I took some time trying to figure out how to avoid the weird overflow / hover cutoff issue and I found a hacky way to fix it: .outline-list {
/* width: 100%; */
min-width: 100%;
display: inline-table;
}
|
|
Lets do it! |





Associated Issue: #4792
Summary of Changes
.outline-list