This moves the Windows version of Chromium several steps forward,
and fixes the stall that prevented the 0.10.x series from working
properly on Windows before.
+** DONE Close buttons don't scroll off the top of the dialog
+ Actually, they still do in most browsers, but as position: sticky
+ support rolls out, they will work correctly.
* Pending
-** TODO Close buttons should be position:fixed
** TODO Detect WebGL failure on Windows and offer DX redistributable
** TODO Fix version number in OS X About dialog
left: 50%;
max-height: 80%;
overflow: auto;
- padding: 0 1em 1em 1em;
+ padding: 0 2em 1em 2em;
position: fixed;
transform: translate(-50%, 10vh) scale(1, 1);
-webkit-transform: translate(-50%, 10vh) scale(1, 1);
width: 1.25em;
height: 1.25em;
text-align: center;
- position: fixed;
- margin-left: -0.6667em;
+ margin-left: -1.3333em;
+ position: sticky;
+ top: 0;
}
div[data-yuu-command=dismiss]:after {