Mediawiki:common.css

Вернуться

Строка 2157: Строка 2157:
html, body {
html, body {
     overflow-x: clip;
     overflow-x: clip;
}
/* Фиксируем позиционирование tippy */
[data-tippy-root] {
    position: fixed !important;
    z-index: 9999 !important;
}
}


Строка 2191: Строка 2185:
     opacity: 0.8;
     opacity: 0.8;
     transition: opacity 0.2s ease;
     transition: opacity 0.2s ease;
}
/* Фиксированное позиционирование для tippy */
[data-tippy-root] {
    position: fixed !important;
    z-index: 9999 !important;
}
}