From 7297addb6e7b67736e8fed47a1d5c5d701b4308e Mon Sep 17 00:00:00 2001 From: Chris Pearce Date: Mon, 14 Nov 2011 09:53:13 +1300 Subject: [PATCH] Bug 701618 - Remove use of min-width to prevent assertion when entering DOM full-screen mode. r=dao --- browser/base/content/browser.css | 4 ++-- browser/base/content/browser.xul | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/browser/base/content/browser.css b/browser/base/content/browser.css index f033c2bb4a34..e3a04bc9121b 100644 --- a/browser/base/content/browser.css +++ b/browser/base/content/browser.css @@ -362,8 +362,8 @@ window[chromehidden~="toolbar"] toolbar:not(.toolbar-primary):not(.chromeclass-m position: fixed; top: 0; left: 0; - min-width: 100%; - min-height: 100%; + width: 100%; + height: 100%; } #full-screen-warning-container[fade-warning-out] { diff --git a/browser/base/content/browser.xul b/browser/base/content/browser.xul index ba2a7cb7bdfa..5822018eb5c2 100644 --- a/browser/base/content/browser.xul +++ b/browser/base/content/browser.xul @@ -976,7 +976,7 @@