diff --git a/web/src/components/PastQuestions.vue b/web/src/components/PastQuestions.vue index d6afd12..99e2004 100644 --- a/web/src/components/PastQuestions.vue +++ b/web/src/components/PastQuestions.vue @@ -62,7 +62,6 @@ export default { #PastQuestions { background-color: var(--board-background-alt); color: var(--board-background-alt-text); - border-radius: 20px 0 0 20px; height: calc(100% - 10px); flex-direction: column; padding-bottom: 10px;