Make the backdrop fixed positioned, matching the spec.

This commit is contained in:
Matt Falkenhagen 2013-10-30 19:56:48 +09:00
Родитель f654c638d3
Коммит 20e8c72a47
2 изменённых файлов: 1 добавлений и 6 удалений

Просмотреть файл

@ -23,7 +23,7 @@ dialog[open] {
}
.backdrop {
position: absolute;
position: fixed;
background: rgba(0,0,0,0.1);
top: 0;
bottom: 0;

Просмотреть файл

@ -11,11 +11,6 @@ dialog {
}
.backdrop {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0,255,0,0.5);
}
</style>