From 1f86b4c3d0af76104a1ab89851303ec3b28a1013 Mon Sep 17 00:00:00 2001 From: Gazook89 Date: Fri, 23 Aug 2024 22:41:12 -0500 Subject: [PATCH] add mainRef back in This was previously in the .pageInfo widget, probably not for any good reason, but I'm moving it to the popups div for probably not a good reason. It's used to get the parent .pane div, and pull its `height` value which is then passed to the `.brewRenderer` div to set the height. I tried alternate methods that would make this obsolete (CSS methods mostly), but due to some complexity am just ditching those alternatives and popping this sucker into `.popups` for now. --- client/homebrew/brewRenderer/brewRenderer.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/homebrew/brewRenderer/brewRenderer.jsx b/client/homebrew/brewRenderer/brewRenderer.jsx index 7873a5021..c6f415a87 100644 --- a/client/homebrew/brewRenderer/brewRenderer.jsx +++ b/client/homebrew/brewRenderer/brewRenderer.jsx @@ -205,7 +205,7 @@ const BrewRenderer = (props)=>{ : null} -
+