summaryrefslogtreecommitdiffstats
path: root/pure/src/widget/scrollable.rs
diff options
context:
space:
mode:
Diffstat (limited to 'pure/src/widget/scrollable.rs')
-rw-r--r--pure/src/widget/scrollable.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/pure/src/widget/scrollable.rs b/pure/src/widget/scrollable.rs
index 24263c95..70e951ef 100644
--- a/pure/src/widget/scrollable.rs
+++ b/pure/src/widget/scrollable.rs
@@ -1,3 +1,4 @@
+//! Navigate an endless amount of content with a scrollbar.
use crate::overlay;
use crate::widget::tree::{self, Tree};
use crate::{Element, Widget};