]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Sticky Offcanvas: Remove unused `row` and `column` classes!
authorharry <harmanmanchanda182@gmail.com>
Mon, 26 Jun 2017 08:57:10 +0000 (14:27 +0530)
committerharry <harmanmanchanda182@gmail.com>
Mon, 26 Jun 2017 08:57:10 +0000 (14:27 +0530)
test/visual/offcanvas/sticky.html

index abe6d15e70f60ea424ad80ecbfcdc9f613130120..c9f38f8f1000a082c614aa3b881584542336338e 100644 (file)
             <div class="top-bar-container" data-sticky-container>
               <div class="sticky" data-sticky data-options="anchor: page; marginTop: 0; stickyOn: small;" style="width: 100%;">
                 <div class="top-bar">
-                  <div class="row column">
+                  <div class="">
                     <div class="top-bar-left">
                       <button type="button" class="button" data-toggle="offCanvasLeft">Left Push</button>
                       <button type="button" class="button" data-toggle="offCanvasRight">Right Push</button>
               </div>
             </div>
 
-            <div class="row column">
+            <div class="">
 
               <h1>This test is designed to show how off canvas works with the sticky plugin.</h1>