Commit a67e0b9a authored by Aran Gilman's avatar Aran Gilman Committed by Commit Bot

Set the Reader Mode Settings dialog z-index.

Bug: 1016614
Change-Id: I9c16e9d8a31c1decb9269e6d5daf064132575d18
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906633Reviewed-by: default avatarWei-Yin Chen (陳威尹) <wychen@chromium.org>
Commit-Queue: Aran Gilman <gilmanmh@google.com>
Cr-Commit-Position: refs/heads/master@{#713984}
parent 761f4169
......@@ -98,6 +98,10 @@ fieldset {
font-size: 13px;
font-family: 'Roboto Regular', 'Roboto', sans-serif;
color: #3C4043;
/* The z-index is set so that any "positioned" elements in the article text
* (e.g. footnotes) are rendered below the dialog. */
z-index: 1;
}
#settingsDialog h2 {
......@@ -232,7 +236,8 @@ select#fontFamilySelection:focus {
margin-top: -4px;
/* Render the thumb on top of the tickmarks. We can't just rearrange the HTML
* because the tickmarks need to render above the slider's track. */
* because the tickmarks need to render above the slider's track but below the
* thumb. */
position: relative;
z-index: 1;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment