diff --git a/editions/dev/tiddlers/system/github-fork-ribbon.tid b/editions/dev/tiddlers/system/github-fork-ribbon.tid
index eefba8be3..b4d7de566 100644
--- a/editions/dev/tiddlers/system/github-fork-ribbon.tid
+++ b/editions/dev/tiddlers/system/github-fork-ribbon.tid
@@ -3,4 +3,8 @@ tags: $:/tags/PageTemplate
caption: ~GitHub ribbon
description: ~GitHub ribbon for tw5.com/dev
-
\ No newline at end of file
+<$refresh-blocker refreshBlockerList="[[$:/state/sidebar/dimensions]] [[$:/state/sidebar/resizing]]">
+
+
+
+$refresh-blocker>
\ No newline at end of file
diff --git a/plugins/tiddlywiki/consent-banner/banner.tid b/plugins/tiddlywiki/consent-banner/banner.tid
index e9fcaba07..b55de0678 100644
--- a/plugins/tiddlywiki/consent-banner/banner.tid
+++ b/plugins/tiddlywiki/consent-banner/banner.tid
@@ -3,6 +3,8 @@ tags: $:/tags/PageTemplate
\whitespace trim
+<$refresh-blocker refreshBlockerList="[[$:/state/sidebar/dimensions]] [[$:/state/sidebar/resizing]]">
+
<$reveal state="$:/state/consent-banner/accepted" type="match" text="" tag="div">
@@ -26,3 +28,5 @@ tags: $:/tags/PageTemplate
$reveal>
+
+$refresh-blocker>
diff --git a/plugins/tiddlywiki/help/HelpPanel.tid b/plugins/tiddlywiki/help/HelpPanel.tid
index 393b54b07..600d5bd13 100644
--- a/plugins/tiddlywiki/help/HelpPanel.tid
+++ b/plugins/tiddlywiki/help/HelpPanel.tid
@@ -1,6 +1,7 @@
title: $:/plugins/tiddlywiki/help/HelpPanel
tags: $:/tags/PageTemplate
+<$refresh-blocker refreshBlockerList="[[$:/state/sidebar/dimensions]] [[$:/state/sidebar/resizing]]">
<$reveal type="match" state="$:/config/ShowHelp" text="yes">
@@ -9,4 +10,4 @@ tags: $:/tags/PageTemplate
<>
$reveal>
-
+$refresh-blocker>
diff --git a/plugins/tiddlywiki/menubar/menu.tid b/plugins/tiddlywiki/menubar/menu.tid
index 473416891..5b7df6a65 100644
--- a/plugins/tiddlywiki/menubar/menu.tid
+++ b/plugins/tiddlywiki/menubar/menu.tid
@@ -42,6 +42,7 @@ tags: $:/tags/PageTemplate
\end
+<$refresh-blocker refreshBlockerList="[[$:/state/sidebar/dimensions]] [[$:/state/sidebar/resizing]]">
<$list filter="[
!match[yes]]" variable="ignore">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/MenuBar]!has[draft.of]] -[all[tiddlers+shadows]tag[$:/tags/TopLeftBar]limit[1]then[]else[$:/plugins/tiddlywiki/menubar/items/topleftbar]] -[all[tiddlers+shadows]tag[$:/tags/TopRightBar]limit[1]then[]else[$:/plugins/tiddlywiki/menubar/items/toprightbar]] +[limit[1]]" variable="listItem">
$list>
$list>
+$refresh-blocker>
diff --git a/plugins/tiddlywiki/powered-by-tiddlywiki/banner.tid b/plugins/tiddlywiki/powered-by-tiddlywiki/banner.tid
index cffa17707..23665bc58 100644
--- a/plugins/tiddlywiki/powered-by-tiddlywiki/banner.tid
+++ b/plugins/tiddlywiki/powered-by-tiddlywiki/banner.tid
@@ -1,6 +1,8 @@
title: $:/plugins/tiddlywiki/powered-by-tiddlywiki/banner
tags: $:/tags/PageTemplate
+<$refresh-blocker refreshBlockerList="[[$:/state/sidebar/dimensions]] [[$:/state/sidebar/resizing]]">
[img width="160px" class="tc-powered-by-tiddlywiki-banner" [$:/plugins/tiddlywiki/powered-by-tiddlywiki/powered-by-tiddlywiki.svg]]
+$refresh-blocker>
diff --git a/plugins/tiddlywiki/tour/tour-panel.tid b/plugins/tiddlywiki/tour/tour-panel.tid
index 7e9949290..d8db457ee 100644
--- a/plugins/tiddlywiki/tour/tour-panel.tid
+++ b/plugins/tiddlywiki/tour/tour-panel.tid
@@ -56,6 +56,7 @@ tags: $:/tags/PageTemplate
\end tour-step-success-filter-satisfied
\import [[$:/plugins/tiddlywiki/tour/variables]]
+<$refresh-blocker refreshBlockerList="[[$:/state/sidebar/dimensions]] [[$:/state/sidebar/resizing]]">
<%if [{$:/config/ShowTour}!is[blank]else[show]match[show]] %>
<$image class="tc-tour-panel-banner-image" source={{{ [{$:/config/CurrentTour}get[logo]] }}}/>
@@ -102,3 +103,4 @@ tags: $:/tags/PageTemplate
<%endif%>
+$refresh-blocker>