- Firefox-Version
- 106
- Betriebssystem
- Windows 10 64-Bit
Mit Firefox 106 ist mein Status/Url-Panel nicht mehr da wo es sein sollte, also etwas höher, sondern klebt am unteren Rand und zeigt darin nichts mehr an.
Mein bisheriger Code.
CSS
/* ---------------- */
/* Status/Url-Panel */
/* ---------------- */
#statuspanel {
background-color: #F5F6F7 !important;
border: none !important;
margin-top: -32px !important;
height: 22px !important;
max-width: 80% !important;
box-shadow: 0px 0px 4px 0px #353535 !important;
background: #F5F6F7 !important;
transition: none !important;
}
#statuspanel-label {
border: none !important;
background: transparent !important;
padding-top: 3px !important;
margin-left: 16px !important;
margin-right: 16px !important;
padding-bottom: 20px !important;
font-size: 11px !important;
color: #000000 !important;
}
Alles anzeigen
Was müsste hier geändert werden?