Skip to content

Commit 6a74650

Browse files
committed
position: stickyをposition: relativeに変更
1 parent c0bcfce commit 6a74650

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css/kunai/site/sidebar.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,9 @@ main[role="main"] .kunai-sidebar.force-legacy {
207207

208208
> .expandbar {
209209
display: inline-flex;
210-
position: sticky;
211-
top: -1px;
210+
/* position: sticky; iOS Safariで問題を起こすため変更 */
211+
position: relative;
212+
/* top: -1px; */
212213
}
213214

214215

0 commit comments

Comments
 (0)