Skip to content

Commit c165670

Browse files
committed
Add #menu-spacer { overflow-anchor: none; }
As described in [1], this prevents a flickering issue. [1]: https://bugs.chromium.org/p/chromium/issues/detail?id=1138233#c3 This matches commit tc39/ecmarkup@e9906b3.
1 parent c0fe6ab commit c165670

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ecmarkup-with-layout-chunking.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,7 @@ tr.del > td {
539539
max-width: 500px;
540540
flex-grow: 0;
541541
flex-shrink: 0;
542+
overflow-anchor: none;
542543
}
543544

544545
#menu a {

0 commit comments

Comments
 (0)