OSDN Git Service

restyle the Modal component.
[bytom/bytom-electron.git] / src / features / app / components / Modal / Modal.scss
index 37f909d..ae82292 100644 (file)
@@ -20,7 +20,7 @@
   left: calc(50% - 250px);
   width: 500px;
   max-height: 80%;
-  overflow: scroll;
+  overflow: auto;
 
   pre {
     white-space: pre-wrap;