Skip to content

Commit e15c22b

Browse files
committed
サイト全体でscroll-behavior: smooth;を解除
1 parent 198ff15 commit e15c22b

File tree

3 files changed

+1
-16
lines changed

3 files changed

+1
-16
lines changed

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@
6464

6565
<!-- CSS -------------------------- -->
6666
<!-- DojoCon CSS -->
67-
<link rel="stylesheet" href="/css/main.css?7f8c4bb4" />
67+
<link rel="stylesheet" href="/css/main.css?f4651439" />
6868
</head>

_pages/sponsors.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,6 @@ title: スポンサーのご紹介
1111
{% assign inkind_sponsors = site.data.sponsors | where: "type", "inkind" %}
1212
{% assign individual_sponsors = site.data.sponsors | where: "type", "individual" %}
1313

14-
<style>
15-
html {
16-
/*
17-
画像のロードとsmooth scrollを組み合わせると
18-
スクロール位置がずれやすいためスムーススクロールを解除する
19-
*/
20-
scroll-behavior: auto !important;
21-
}
22-
</style>
23-
24-
2514
<h2 class="text-4xl text-center mb-8 mt-30 xl:mt-15">
2615
スポンサーのご紹介
2716
<span class="block mt-5 text-2xl">SPONSORS</span>

_sass/global/base.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
@use 'variables' as *;
44

5-
html {
6-
scroll-behavior: smooth;
7-
}
8-
95
@font-face {
106
font-family: 'rounded-l-mplus-2p';
117
src: url('/assets/fonts/rounded-l-mplus-2p-bold.ttf') format('truetype');

0 commit comments

Comments
 (0)