Bug 384625 - "Absolute Positioning grabber (mGrabber) hidden and inaccesible" (Max out grabber z-index) [p=amidude99@yahoo.com (Art Skiles) r=glazou sr=Neil]

This commit is contained in:
reed@reedloden.com 2008-05-07 03:12:53 -07:00
Родитель 272208662c
Коммит 334fee6424
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -225,6 +225,7 @@ span[\_moz_anonclass="mozGrabber"] {
background-position: center center;
-moz-user-select: none;
cursor: move;
z-index: 2147483647; /* max value for this property */
}
/* INLINE TABLE EDITING */