Line 2: | Line 2: | ||
<style> | <style> | ||
#notebook { | #notebook { | ||
− | + | display: table-cell; | |
height: 100%; | height: 100%; | ||
min-height: 90vh; | min-height: 90vh; | ||
− | position: | + | position: relative; |
− | left: | + | left: 80px; |
} | } | ||
Line 26: | Line 26: | ||
background-repeat: repeat-y; | background-repeat: repeat-y; | ||
height: calc(100% - 39px); | height: calc(100% - 39px); | ||
+ | position: absolute; | ||
} | } | ||
Line 32: | Line 33: | ||
position: relative; | position: relative; | ||
width: 100%; | width: 100%; | ||
− | + | display: table; | |
− | + | overflow: hidden; | |
− | + | ||
} | } | ||
Line 49: | Line 49: | ||
#notebook-content { | #notebook-content { | ||
width: 100%; | width: 100%; | ||
− | |||
− | |||
− | |||
} | } | ||
Line 87: | Line 84: | ||
#notebook-navigation { | #notebook-navigation { | ||
− | position: | + | position: relative; |
− | + | ||
− | + | ||
z-index: 145; | z-index: 145; | ||
− | + | margin-right: -200px; | |
} | } | ||
Line 190: | Line 185: | ||
box-shadow: none; | box-shadow: none; | ||
} | } | ||
+ | |||
</style> | </style> | ||
</html> | </html> |
Revision as of 03:01, 19 December 2018