From f969a2d73e495b6bcf87018ba18736b433472a18 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sun, 18 Aug 2024 17:13:46 +0200 Subject: [PATCH] Remove noclip from supertip style documentation --- doc/lua_api.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/lua_api.md b/doc/lua_api.md index 2f6be9215d69a..2058a4fcc82ba 100644 --- a/doc/lua_api.md +++ b/doc/lua_api.md @@ -3526,7 +3526,6 @@ Some types may inherit styles from parent types. * scrollbar * noclip - boolean, set to true to allow the element to exceed formspec bounds. * supertip - * noclip - boolean, set to true to allow the element to exceed formspec bounds. * bgcolor - color, sets background color. * border - boolean, draw border. Set to false to hide the bevelled tooltip pane. Default true. * bgimg - standard background image. Defaults to none.