mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-04-11 17:57:19 +10:00
Update something.
This commit is contained in:
@@ -207,6 +207,7 @@
|
||||
});
|
||||
}
|
||||
this.register = function(tag, guideNode, pageNode, respHandler) {
|
||||
pageNode.style.opacity = 0;
|
||||
dict[tag] = new PagePair(guideNode, pageNode, respHandler);
|
||||
guideNode.__pageTag = tag;
|
||||
try {
|
||||
|
||||
@@ -112,7 +112,7 @@ legend,
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
-ms-overflow-style: -ms-autohiding-scrollbar;
|
||||
transition: all 0.3s cubic-bezier(0.1, 0.9, 0.2, 1);
|
||||
transition: left, right, top, bottom, width, height, opacity 0.3s cubic-bezier(0.1, 0.9, 0.2, 1);
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
|
||||
Reference in New Issue
Block a user