diff --git a/core/themes/claro/css/base/off-canvas.theme.css b/core/themes/claro/css/base/off-canvas.theme.css
index 5e2c412d5b1fd66409b4d7490c5a0e91a5d39e0b..85074a9e59fdfff3040c696e09ac88d9f35b662e 100644
--- a/core/themes/claro/css/base/off-canvas.theme.css
+++ b/core/themes/claro/css/base/off-canvas.theme.css
@@ -81,3 +81,7 @@
 #drupal-off-canvas .ui-widget-content a {
   color: #85bef4;
 }
+
+#drupal-off-canvas .form-actions {
+  display: block;
+}
diff --git a/core/themes/claro/css/base/off-canvas.theme.pcss.css b/core/themes/claro/css/base/off-canvas.theme.pcss.css
index cafe85fd06d806bae824f809bd6c5327e4f87fd7..ef6ee19cf119415ea0286799f6d4ce1e60814697 100644
--- a/core/themes/claro/css/base/off-canvas.theme.pcss.css
+++ b/core/themes/claro/css/base/off-canvas.theme.pcss.css
@@ -69,3 +69,7 @@
 #drupal-off-canvas .ui-widget-content a {
   color: #85bef4;
 }
+
+#drupal-off-canvas .form-actions {
+  display: block;
+}