Compare commits

..

No commits in common. "3a6b2565f668f9a745c6b57469605c674f767870" and "6efd37939167e8d747af634a9c6778b7288ff0c8" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
This repo contains open source components produced for Teverse. This repo contains open source components produced for Teverse.
Contains the redesigned components of the dashboard, tutorials and Workshop (``./workshop``). Contains the redesigned components of Workshop (``./workshop``).
# Contributing to Teverse # Contributing to Teverse

View File

@ -474,7 +474,7 @@ return {
local feedItems = teverse.construct("guiFrame", { local feedItems = teverse.construct("guiFrame", {
parent = feed, parent = feed,
backgroundAlpha = 0, backgroundAlpha = 0,
clip = false clip = true
}) })
teverse.guiHelper teverse.guiHelper