parent
5686e83461
commit
31121a0e1e
BIN
dist/main.css
vendored
BIN
dist/main.css
vendored
Binary file not shown.
@ -13,6 +13,7 @@
|
||||
&::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
border-top: 1px solid white(.02);
|
||||
|
@ -204,7 +204,7 @@
|
||||
height: 300px;
|
||||
background-color: black(.4);
|
||||
overflow: hidden;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
border-radius: 3px;
|
||||
box-shadow: inset 0 0 3px black(.4);
|
||||
}
|
||||
|
@ -66,7 +66,7 @@
|
||||
float: left;
|
||||
height: calc(100% - 49px);
|
||||
width: 300px;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user