Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: skin/desktop-options.css

Issue 29573798: Noissue - Fixed: Scrollbar caused options page content to jump horizontally (Closed)
Patch Set: Created Oct. 11, 2017, 4:02 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/desktop-options.css
===================================================================
--- a/skin/desktop-options.css
+++ b/skin/desktop-options.css
@@ -54,6 +54,8 @@
background-color: #F3F3F3;
display: flex;
justify-content: center;
+ /* We force vertical scrollbars to keep the content centered */
+ overflow-y: scroll;
margin: 1.2rem 0.3rem;
font-family: "Source Sans Pro", sans-serif;
font-size: 1.25rem;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld