Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1218)

Unified Diff: remoting/webapp/window_frame.css

Issue 552923002: Scroll-bar browser test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reviewer feedback. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/webapp/html/template_main.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/window_frame.css
diff --git a/remoting/webapp/window_frame.css b/remoting/webapp/window_frame.css
index a138921cd40caf9cb191188efed6d9840a2d4bf2..838d5c64c6f0b28d6405b573f6ae943eebb8d46e 100644
--- a/remoting/webapp/window_frame.css
+++ b/remoting/webapp/window_frame.css
@@ -81,7 +81,7 @@ html.apps-v2 body:not(.fullscreen) {
position: relative;
}
-html.apps-v2 #scroller {
+html.apps-v2 .window-body {
height: calc(100% - 32px); /* Allow space for the title-bar */
}
@@ -144,10 +144,13 @@ body:not(.connected) .window-options {
*/
html.apps-v2 body.fullscreen #scroller {
- height: 100%;
overflow: hidden;
}
+html.apps-v2 body.fullscreen .window-body {
+ height: 100%;
+}
+
body.fullscreen .title-bar {
border: 1px solid #a6a6a6;
}
« no previous file with comments | « remoting/webapp/html/template_main.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698