-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Select option list follows page scroll #1500
Changes from 3 commits
6dfc530
740fcaf
c25633f
d4af29d
ac103eb
7eb43d5
84eb9b8
50bea8f
91a660a
f9a5365
2586a4f
595b0dd
1047b90
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -133,6 +133,9 @@ | |
// postcss-bem-linter: end | ||
|
||
.mdc-select__menu { | ||
position: absolute; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Don't add a new one, just edit the the |
||
z-index: 3; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The menu already has a There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. So it's normal that it goes above the header? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hmm, I'm not sure. Setting its There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. So I'll leave value 4 in order to avoid some unnoticed changes of behaviour in other situations for now. |
||
|
||
.mdc-list-item { | ||
@include mdc-typography(subheading2); | ||
@include mdc-theme-prop(color, text-secondary-on-light); | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
* * Rewrite import Foo from './foo' to const Foo = goog.require('mdc.foo') | ||
* * Rewrite import {foo, bar} from './util' to const {foo, bar} = goog.require('mdc.util') | ||
* | ||
* | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Running |
||
* | ||
* This script rewrites import statements such that: | ||
* | ||
* ```js | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please make those changes on line 82 instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see d4af29d