From 191239c7553cfff806f94cbabb22b0e4d6506d1d Mon Sep 17 00:00:00 2001 From: _0Steven <42909981+00-Steven@users.noreply.github.com> Date: Thu, 31 Jul 2025 04:54:27 +0200 Subject: [PATCH] Fixes newspapers being unreadable. (#92372) ## About The Pull Request Apparently the scrollbar on newspapers got lost, meaning tabbing to a page too large to render in the box would get you stuck until you resize it so you can see everything that's off-screen. Yes, including the page buttons. This just adds `scrollable`, fixing that issue. Adds `scrollable` to newspapers such that they're actually readable again, instead of I think it'd be better if the previous/next page buttons were always on screen and the stories would have a scrollbar, but after a while of trying to do that with no progress I'm just posting this fix that returns it to the previous functional state first. --- tgui/packages/tgui/interfaces/Newspaper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tgui/packages/tgui/interfaces/Newspaper.tsx b/tgui/packages/tgui/interfaces/Newspaper.tsx index fca6f877294..b92899f5bf2 100644 --- a/tgui/packages/tgui/interfaces/Newspaper.tsx +++ b/tgui/packages/tgui/interfaces/Newspaper.tsx @@ -40,7 +40,7 @@ export const Newspaper = (props) => { return ( - + {current_page === channels.length + 1 ? ( ) : current_page ? (