Skip to content

Commit 925de3f

Browse files
committed
[css-overflow-3] Complete an example, where too much was merely implied
1 parent f021db6 commit 925de3f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css-overflow-3/Overview.bs

+4-1
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,10 @@ Scrollbars and Layout</h3>
505505

506506
<xmp highlight=html>
507507
<style>
508-
article { background: top right no-repeat url(circle.png); }
508+
article {
509+
background: top right no-repeat url(circle.png);
510+
position: relative;
511+
overflow: auto; }
509512
aside { position: absolute; top: 0; right: 0; }
510513
</style>
511514
<article>

0 commit comments

Comments
 (0)