TRI-283: fix scroll

This commit is contained in:
2024-11-27 16:22:41 +03:00
parent baadc67fcf
commit 93e48f3cbc
5 changed files with 7 additions and 6 deletions

View File

@@ -15,8 +15,8 @@
}
&.scrolled {
padding-top: 20px;
padding-bottom: 20px;
padding-top: 7px;
padding-bottom: 7px;
box-shadow: var(--box-shadow-primary);
border-bottom: 1px solid var(--color-grey);
}