Browse Source

chore: fix styles

MystiPanda 1 year ago
parent
commit
6f1299ce9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/assets/styles/page.scss

+ 1 - 1
src/assets/styles/page.scss

@@ -19,7 +19,7 @@
   .base-container {
   .base-container {
     height: 100%;
     height: 100%;
     overflow: hidden;
     overflow: hidden;
-    border-radius: var(--border-radius);
+    border-top-left-radius: var(--border-radius);
 
 
     > section {
     > section {
       position: relative;
       position: relative;