6.18.10: Горизонтальный скролл для чипсов на статистике
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m13s

This commit is contained in:
poignatov
2026-03-16 13:26:59 +03:00
parent 85e9a6f48b
commit ae13b2bcac
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
6.18.9
6.18.10

View File

@@ -1,6 +1,6 @@
{
"name": "play-life-web",
"version": "6.18.9",
"version": "6.18.10",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -162,7 +162,7 @@ function FullStatistics({ selectedProject, onClearSelection, data, loading, erro
{/* Чипсы дней недели */}
{pastDays.length > 0 && (
<div className="mt-3 mb-2">
<div className="flex flex-wrap gap-2.5">
<div className="flex flex-nowrap gap-2.5 overflow-x-auto" style={{scrollbarWidth: 'none', msOverflowStyle: 'none'}}>
{pastDays.map((date, index) => {
const dateStr = formatDate(date)
const dayOfWeek = index + 1 // 1 = понедельник