Commit eaa3cf0b authored by dpapad's avatar dpapad Committed by Commit Bot

Print preview new: Fix scrolling in sidebar.

The lower part of the sidebar was incorrectly sized, causing the scrollbar
to appear after part of the content was already hidden.

Bug: 773928
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: I50458546e67af9dfcd5416bdc81f6dfa7ca6e5b6
Reviewed-on: https://chromium-review.googlesource.com/775554Reviewed-by: default avatarRebekah Potter <rbpotter@chromium.org>
Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#517219}
parent 1130da30
...@@ -22,13 +22,15 @@ ...@@ -22,13 +22,15 @@
#sidebar { #sidebar {
-webkit-border-end: 1px solid #c8c8c8; -webkit-border-end: 1px solid #c8c8c8;
background-color: white; background-color: white;
display: flex;
flex-direction: column;
width: 310px; width: 310px;
} }
#settings { #settings {
background: #fbfbfb; background: #fbfbfb;
border-top: 1px solid #f3f3f3; border-top: 1px solid #f3f3f3;
height: 100%; flex: 1;
overflow: auto; overflow: auto;
} }
......
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