Fix use max height instead of height

master
Maik de Kruif 1 week ago
parent af3694f0ef
commit fab68f78fb
No known key found for this signature in database
GPG Key ID: DB1A8C782DD43CB3
  1. 4
      themes/maik-blog/assets/scss/_main.scss

@ -746,13 +746,11 @@ table {
.toc-content {
position: sticky;
top: 10vh;
height: 70vh;
margin-bottom: -2em;
max-height: 70vh;
margin-left: calc(-300px - 100px);
display: flex !important;
flex-direction: column;
width: 300px;
right: calc(100% + 100px);
::-webkit-scrollbar {
width: 6px;

Loading…
Cancel
Save