Fixes for Health for Watch

This commit is contained in:
Aleksandr Lebedev 2025-10-24 11:19:47 +02:00
parent 6780fbfd90
commit 89d1c2e4f0
5 changed files with 73 additions and 37 deletions

View file

@ -1,3 +1,12 @@
* {
position: relative;
}
.flexcontainer {
display: flex;
overflow-x: auto;
scroll-behavior: smooth;
position: relative;
mask-image: linear-gradient(to right, black 80%, transparent);
-webkit-mask-image: linear-gradient(to right, black 80%, transparent);
}