Fast Shallow Array Cloning in Javascript
This commit is contained in:
@@ -5,7 +5,7 @@ figure.block {
|
||||
display: grid;
|
||||
grid-auto-rows: min-content;
|
||||
position: relative;
|
||||
overflow-x: scroll;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
@@ -87,3 +87,11 @@ figure.block table>tbody>tr>td {
|
||||
border-top: none;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------------------
|
||||
// Block: Figure > Code
|
||||
// --------------------------------------------------------------------------------
|
||||
figure.block code {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user