mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-30 03:08:38 +09:00
10 lines
212 B
XML
10 lines
212 B
XML
<bindings xmlns="http://www.mozilla.org/xbl">
|
|
<binding id="a">
|
|
<implementation>
|
|
<constructor>
|
|
this.style.position='fixed';
|
|
</constructor>
|
|
</implementation>
|
|
<content><children/></content>
|
|
</binding>
|
|
</bindings>
|