/
breit
/
test
Обзор
Документация
Войти
/
breit
/
test
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/components/Chips/Chips.module.css
59 строк
854 B
breit
init commit
09 июл 2026, 20:00
09 июл 2026, 20:00
fff55b4
Код
Авторство
О чём код?
.container { position: relative; } .measure { position: absolute; display: flex; gap: 8px; pointer-events: none; left: -9999px; } .row { display: flex; gap: 8px; overflow: hidden; } .more { display: inline-flex; align-items: center; justify-content: center; gap: 3px; padding: 6px 14px; border-radius: 999px; border: none; background: #ececec; cursor: pointer; transition: background 0.15s; } .more:hover { background: #cdcdcd; } .dot { width: 4px; height: 4px; border-radius: 50%; background: #667085; } .popup { position: absolute; top: 100%; right: 0; margin-top: 4px; display: flex; flex-wrap: wrap; gap: 8px; max-width: 300px; padding: 12px; background: #fff; border: 1px solid #e0e0e0; border-radius: 12px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); z-index: 10; }