blob: 229ca218201ff833373bcf094e744c5b4d7929e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml">
<html:style>
menulist, menulist * {
overflow: scroll;
}
</html:style>
<menulist/>
</window>
|