We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f021db6 commit 925de3fCopy full SHA for 925de3f
1 file changed
css-overflow-3/Overview.bs
@@ -505,7 +505,10 @@ Scrollbars and Layout</h3>
505
506
<xmp highlight=html>
507
<style>
508
- article { background: top right no-repeat url(circle.png); }
+ article {
509
+ background: top right no-repeat url(circle.png);
510
+ position: relative;
511
+ overflow: auto; }
512
aside { position: absolute; top: 0; right: 0; }
513
</style>
514
<article>
0 commit comments