Fix Scrollable scrollbar being rendered behind contents
... by issuing a new clip layer just for the scrollbar itself.
This commit is contained in:
parent
4b8ba8309f
commit
59c2500c55
3 changed files with 38 additions and 15 deletions
|
|
@ -6,4 +6,4 @@ edition = "2018"
|
|||
publish = false
|
||||
|
||||
[dependencies]
|
||||
iced = { path = "../.." }
|
||||
iced = { path = "../..", features = ["debug"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue