aboutsummaryrefslogtreecommitdiff
path: root/files/ru/словарь/scroll_container/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/словарь/scroll_container/index.html')
-rw-r--r--files/ru/словарь/scroll_container/index.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/files/ru/словарь/scroll_container/index.html b/files/ru/словарь/scroll_container/index.html
new file mode 100644
index 0000000000..4ea91d5582
--- /dev/null
+++ b/files/ru/словарь/scroll_container/index.html
@@ -0,0 +1,25 @@
+---
+title: Scroll-контейнер
+slug: Словарь/Scroll_container
+translation_of: Glossary/Scroll_container
+---
+<p><strong>Scroll-контейнер</strong> создаётся путём применения к элементу свойства <code>overflow: scroll</code> или <code>overflow: auto</code>, при условии, что содержимого достаточно много для появления переполнения.</p>
+
+<p>Scroll-контейнер позволяет пользователю с помощью прокрутки достигать участков переполняющего содержимого, которые в ином случае были бы обрезаны и поэтому недоступны для просмотра. Видимая часть scroll-контейнера называется {{glossary("Scrollport", "scrollport")}}.</p>
+
+<section class="Quick_links" id="Quick_Links">
+<ul>
+ <li><a href="/en-US/docs/Glossary">MDN Web Docs Glossary</a>:
+
+ <ul>
+ <li>{{glossary("Scroll container")}}</li>
+ <li>{{glossary("Scrollport")}}</li>
+ </ul>
+ </li>
+ <li>Related CSS Properties:
+ <ul>
+ <li>{{cssxref("overflow")}}</li>
+ </ul>
+ </li>
+</ul>
+</section>