12 lines
260 B
Plaintext
12 lines
260 B
Plaintext
|
@import url('fonts/monaco/monaco.css');
|
||
|
|
||
|
/* General ========================= */
|
||
|
.crayon-syntax {
|
||
|
overflow: hidden !important;
|
||
|
position: relative !important;
|
||
|
}
|
||
|
|
||
|
.crayon-syntax .crayon-toolbar {
|
||
|
position: relative;
|
||
|
overflow: hidden;
|
||
|
}
|