You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/documents/modules/sticky.html.eco
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -343,6 +343,10 @@ type : 'UI Module'
343
343
<div class="example">
344
344
<h4 class="ui header">Initializing</h4>
345
345
<p>Sticky is initialized on content that should be stuck to viewport. Most instances require specifying a secondary <code>context</code> which will define the top and bottom bounds of the sticky element. Sticky content must be included inside a containing element. This container can be a <a href="/elements/rail.html">ui rail</a> or your own arbitrary container, but should exist parallel to your context.</p>
346
+
347
+
<div class="ui warning ignored message">
348
+
Sticky does not work in tables without using <code>table-layout: fixed</code> to prevent automatic resizing with content
0 commit comments