correct glasscard

This commit is contained in:
p2405951
2025-12-10 14:44:31 +01:00
parent 3ef08345a5
commit 6c626143cb
2 changed files with 5 additions and 2 deletions
@@ -10,8 +10,8 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 10px; gap: 10px;
margin-top: 15px; margin-top: 0px;
max-height: 181px; max-height: 185px;
overflow-y: auto; overflow-y: auto;
padding-right: 5px; padding-right: 5px;
scroll-behavior: smooth; scroll-behavior: smooth;
@@ -83,4 +83,7 @@
.partiText label { .partiText label {
text-align: center; text-align: center;
} }
.leftBlock{
width:100%;
}
} }