mirror of https://github.com/teverse/teverse
feed clip fix
This commit is contained in:
parent
6efd379391
commit
3971aed6a3
core/dashboard/pages
|
@ -474,7 +474,7 @@ return {
|
|||
local feedItems = teverse.construct("guiFrame", {
|
||||
parent = feed,
|
||||
backgroundAlpha = 0,
|
||||
clip = true
|
||||
clip = false
|
||||
})
|
||||
|
||||
teverse.guiHelper
|
||||
|
|
Loading…
Reference in New Issue