зеркало из https://github.com/mozilla/pjs.git
Set window overflow policy
This commit is contained in:
Родитель
9c47ff807f
Коммит
1c747bcccc
|
@ -1,5 +1,4 @@
|
|||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet href="resource:/res/samples/xul.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window>
|
||||
|
||||
|
@ -8,6 +7,14 @@
|
|||
xmlns:rdf="http://www.w3.org/TR/WD-rdf-syntax#"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<html:style>
|
||||
|
||||
window {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
</html:style>
|
||||
|
||||
<html:iframe src="message.html" name="browser.webwindow" width="100%" height="325px" > </html:iframe>
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче