Browse Source

- Enable scrollbar
- Fix comment

haruhiko 6 years ago
parent
commit
9329664d7b
1 changed files with 1 additions and 4 deletions
  1. 1 4
      src/client/styles/scss/_staff_credit.scss

+ 1 - 4
src/client/styles/scss/_staff_credit.scss

@@ -1,6 +1,6 @@
 // Staff Credit
 .staff-credit {
-  // .modal-dialog のスタイルを打ち消すために !important を付ける
+  // attached !important for updating from .modal-dialog class style
   width: 80vw !important;
   height: 80vh !important;
   max-width: initial !important;
@@ -30,9 +30,6 @@
   .credit-curtain {
     padding-top: 80vh;
     @include old-timey-terminal-styling();
-    &::-webkit-scrollbar {
-      display: none;
-    }
   }
 
   h1 {