fix: 記述忘れ等を修正

This commit is contained in:
yuki540 2018-04-19 16:49:31 +09:00
parent ea102d3241
commit f2d0e69a00
3 changed files with 10 additions and 1 deletions

View File

@ -17,3 +17,10 @@ input, textarea {
a { text-decoration: none; }
iframe { border: none; }
#root {
position: absolute;
top: 0; left: 0;
width: 100%; height: 100%;
overflow: hidden;
}

View File

@ -50,6 +50,7 @@
border-radius: 15px;
box-shadow: 0 0 15px rgba(0,0,0,0.6) inset;
overflow: auto;
-webkit-overflow-scrolling: touch;
opacity: 0;
transition: all 0.35s ease 0s;
@ -110,7 +111,7 @@
position: absolute;
top: 24px; left: 10px;
width: 30px; height: 1px;
border-top: dashed 2px $theme-purple;
background-color: $theme-purple;
box-sizing: border-box;
opacity: 0.7;
}

View File

@ -50,6 +50,7 @@
border-radius: 15px;
box-shadow: 0 0 15px rgba(0,0,0,0.6) inset;
overflow: auto;
-webkit-overflow-scrolling: touch;
opacity: 0;
transition: all 0.35s ease 0s;