Bug 1062468 - Reset transform-style when entering fullscreen mode. r=bz

This commit is contained in:
Morris Tseng 2014-10-06 02:46:00 +02:00
Родитель 37a6f9f035
Коммит b0e279eeeb
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -20,6 +20,7 @@
filter: initial !important;
clip: initial !important;
transform: initial !important;
transform-style: initial !important;
/* FIXME: do we need to worry about 'overflow'? */
}