> For the complete documentation index, see [llms.txt](https://help.adalo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.adalo.com/ja/design/designing-your-app/using-the-layout-tab/sticky-while-scrolling.md).

# スクロール中の固定

*スキルレベル: 初心者*

## 開始前に

* [レスポンシブアプリの作成](/ja/design/designing-your-app/creating-an-app.md)ガイドを完了し、アプリを作成していることを確認してください。

{% hint style="info" %}
**注意**: この機能は、旧「固定」トグルと同じように機能しますが、レガシービルダーの編集スタイルメニューにあったものと同じです。ただし、今回は画面の上下だけでなく、画面のサイドや中央にコンポーネントを固定することもできます。参照のために、このガイドの[詳細](#learn-more)セクションをご覧ください。
{% endhint %}

## 動画

{% embed url="<https://www.youtube.com/watch?v=H5M1qYc1B_4>" %}

## 手順

#### 1. スクロール時に固定を有効にするには、コンポーネントまたはコンポーネントのグループをクリックし、レイアウトタブをクリックします。

<figure><img src="/files/MWf6ZT3v85WD8HfWhPYV" alt=""><figcaption></figcaption></figure>

#### 2. 選択したグループに対してスクロール時に固定を有効にするには、「スクロール時に固定」トグルをクリックします。

<figure><img src="/files/eD5m4Wf78gxPwlF9nhbX" alt=""><figcaption></figcaption></figure>

#### 3. これで、ユーザーが画面をスクロールしても、コンポーネントやグループが同じ位置に固定されます。

オフにするには、再度トグルをクリックしてください。

## 詳細

* スクロール時に固定は、レガシービルダーの「固定」オプションと同じように機能しますが、今回はコンポーネントやコンポーネントのグループを画面の上部、下部、中央、サイド、または画面の他の場所に固定できます。

<figure><img src="/files/Lks8AjktjMLUR0jijqdF" alt=""><figcaption><p>古いレガシービルダー版のスクロール時に固定</p></figcaption></figure>

## ヘルプ

この記事で追加のヘルプが必要な場合は、いつでも[コミュニティフォーラム](https://forum.adalo.com/)で質問するか、[専門家を雇う](https://adalo.com/experts)ことができます！投稿にこの記事へのリンクを貼り付けることも忘れずに！

チュートリアルやヘルプドキュメントのリクエストがありますか？[お知らせください！](https://ideas.adalo.com/tutorial-requests)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.adalo.com/ja/design/designing-your-app/using-the-layout-tab/sticky-while-scrolling.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
