Skip to content

Instantly share code, notes, and snippets.

View karungokihara's full-sized avatar

MR ERASTUS karungokihara

  • THIKA, KENYA
View GitHub Profile
function frame_scrollbar(content_height)
local frame = get_current_frame()
local frame_origin = get_frame_origin()
local frame_size = get_frame_size()
local frame_height = frame_size.y
local scrollbar_height_relative = frame_height / content_height
if scrollbar_height_relative >= 1 then
return
end