diff options
Diffstat (limited to 'demos/draggable/scroll.html')
-rw-r--r-- | demos/draggable/scroll.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/demos/draggable/scroll.html b/demos/draggable/scroll.html index ee1abd2f2..f4863e954 100644 --- a/demos/draggable/scroll.html +++ b/demos/draggable/scroll.html @@ -19,7 +19,8 @@ </script> </head> <body> - +<div class="demo"> + <div id="draggable" class="ui-widget-content"> <p>Scroll set to true, default settings</p> </div> @@ -34,5 +35,14 @@ <div style='height: 5000px; width: 1px;'></div> +</div><!-- End demo --> + +<div class="demo-description"> + +<p> +<!-- Add description here --> +</p> + +</div><!-- End demo-description --> </body> </html> |