Sticky sidebar to continue whilst scrolling through longer categories

This commit is contained in:
Haydon Curteis-Lateo
2019-10-04 14:36:02 +01:00
parent 927f80436e
commit 748c9499bf

View File

@@ -36,6 +36,8 @@ export default {
<style lang="scss" scoped>
.sidebar {
position: sticky;
top: 10px;
display: grid;
grid-template-columns: 1fr;
font-size: 14px;