@@ -73,7 +73,7 @@
font-size: 0;
&.hasText {
height: 27px;
- border-radius: 4px;
+ border: none;
font-size: 5px;
margin: 0 5px;
img {
@@ -36,6 +36,7 @@
box-sizing: border-box;
padding-top: calc(35px + var(--header-padding-top));
overflow: hidden;
+ overflow-y: auto;
&:global(.evaluating) {
background: #E2F6F1;
}