Fix Scrollable scrollbar being rendered behind contents

... by issuing a new clip layer just for the scrollbar itself.
This commit is contained in:
Héctor Ramón 2021-05-03 15:42:02 +07:00
parent 4b8ba8309f
commit 59c2500c55
3 changed files with 38 additions and 15 deletions

View file

@ -6,4 +6,4 @@ edition = "2018"
publish = false
[dependencies]
iced = { path = "../.." }
iced = { path = "../..", features = ["debug"] }