diff --git a/src/theme/components/collapsible-header.scss b/src/theme/components/collapsible-header.scss index eed43f951..f3f1af3f8 100644 --- a/src/theme/components/collapsible-header.scss +++ b/src/theme/components/collapsible-header.scss @@ -63,6 +63,7 @@ body:not(.core-iframe-fullscreen) .collapsible-header-page { } .collapsible-header-original-title { + pointer-events: none; opacity: 0; } diff --git a/src/theme/components/format-text.scss b/src/theme/components/format-text.scss index 2aa721cf1..b8334580b 100644 --- a/src/theme/components/format-text.scss +++ b/src/theme/components/format-text.scss @@ -16,6 +16,7 @@ core-format-text { user-select: text; word-break: break-word; word-wrap: break-word; + cursor: auto; @include core-transition(background-color color, 200ms); &.core-loading {