Skip to content

Commit 7ff57fd

Browse files
authored
Merge pull request #527 from red-gate/enable-sticky-children
Add overflow clip to .band
2 parents c377154 + a6a6222 commit 7ff57fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/base/css/objects/_honeycomb.base.objects.band.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
position: relative;
1212
width: 100%;
1313
overflow: hidden;
14+
overflow: clip; /* Enables child sticky elements if supported */
1415
clear: both;
1516
}
1617

0 commit comments

Comments
 (0)