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