Skip to content

Commit ef998d0

Browse files
committed
MOBILE-3063 reading: Fix space on title when reading mode is enabled
1 parent 87940ce commit ef998d0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/theme/components/collapsible-header.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ body:not(.core-iframe-fullscreen):not(.core-reading-mode-enabled) .collapsible-h
121121

122122
body.core-reading-mode-enabled .collapsible-header-page {
123123
.collapsible-header-original-title {
124-
pointer-events: none;
125-
user-select: none;
126-
visibility: hidden;
124+
display: none;
127125
}
128126
}

0 commit comments

Comments
 (0)