diff --git a/assets/sass/_theme/blocks/definitions.sass b/assets/sass/_theme/blocks/definitions.sass
index 9043508e296719d1daac8da9ceb4db9ce9cae388..fd1cfdb6c593ed1fdb5638d61e60122b374eb94c 100644
--- a/assets/sass/_theme/blocks/definitions.sass
+++ b/assets/sass/_theme/blocks/definitions.sass
@@ -9,6 +9,13 @@
             justify-content: space-between
             align-items: center
             transition: color 0.3s
+            @include browser-under-safari-16
+                position: relative
+                &::after
+                    display: block
+                    position: absolute
+                    right: 0
+                    bottom: 10px
             &:hover
                 color: $block-definition-color-hovered
         summary,