Bläddra i källkod

- Enable scrollbar
- Fix comment

haruhiko 6 år sedan
förälder
incheckning
9329664d7b
1 ändrade filer med 1 tillägg och 4 borttagningar
  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
 .staff-credit {
 .staff-credit {
-  // .modal-dialog のスタイルを打ち消すために !important を付ける
+  // attached !important for updating from .modal-dialog class style
   width: 80vw !important;
   width: 80vw !important;
   height: 80vh !important;
   height: 80vh !important;
   max-width: initial !important;
   max-width: initial !important;
@@ -30,9 +30,6 @@
   .credit-curtain {
   .credit-curtain {
     padding-top: 80vh;
     padding-top: 80vh;
     @include old-timey-terminal-styling();
     @include old-timey-terminal-styling();
-    &::-webkit-scrollbar {
-      display: none;
-    }
   }
   }
 
 
   h1 {
   h1 {