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

Unified Diff: remoting/webapp/main.css

Issue 539403002: Fix scroll-related issues. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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') | remoting/webapp/ui_mode.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/main.css
diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css
index 3337ed40a02768691a98fd6a329e63423c00bba4..d1ffd11208377d1691fe23082cea8fff33f8dbc9 100644
--- a/remoting/webapp/main.css
+++ b/remoting/webapp/main.css
@@ -633,14 +633,6 @@ button {
z-index: 1;
}
-/* For apps v2, don't cover the 1px window border. */
-html.apps-v2 .dialog-screen {
- width: calc(100% - 2px);
- height: calc(100% - 2px);
- top: 1px;
- left: 1px;
-}
-
/* TODO(jamiewalch): crbug.com/252796: Remove these once crbug.com/240772
* is fixed. */
.no-horizontal-scroll {
@@ -655,7 +647,6 @@ html.apps-v2.scrollable {
overflow: scroll;
}
-
/* TODO(jamiewalch): Reinstate this if we're able to get translations for
* "Why is this safe?" that don't overflow in any language.
#host-setup-dialog {
« no previous file with comments | « remoting/webapp/html/template_main.html ('k') | remoting/webapp/ui_mode.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698