Style fixes; moving away from contain: content to avoid cutting off hover boxes.

This commit is contained in:
Ludwig Schubert
2017-11-14 12:52:34 -08:00
parent d0463ff769
commit 3a643ab7ad
14 changed files with 57 additions and 32 deletions
+1 -2
View File
@@ -1,11 +1,10 @@
import { Template } from '../mixins/template';
import { body } from '../helpers/layout';
const T = Template('d-appendix', `
<style>
d-appendix {
contain: content;
contain: layout style;
font-size: 0.8em;
line-height: 1.7em;
margin-top: 60px;