diff --git a/TODO b/TODO index 83fe928..2ef5c7f 100644 --- a/TODO +++ b/TODO @@ -14,7 +14,6 @@ Later: * Show layer type in layer detail? * Usage links in list page? * Subdirs in list page? -* Avoid page content changing size depending on whether scrollbar is there or not? * Query backend service? i.e. special URL to query information for external apps/scripts * Add comparison to duplicates page * Dynamic loading/filtering for recipes list diff --git a/layerindex/static/css/additional.css b/layerindex/static/css/additional.css index a079555..155154a 100644 --- a/layerindex/static/css/additional.css +++ b/layerindex/static/css/additional.css @@ -1,3 +1,7 @@ +html { + overflow-y: scroll; +} + .top-padded { padding-top: 65px; } @@ -179,3 +183,6 @@ padding: 8px; margin-top: 2px; } +.breadcrumb { + background-color: transparent; +}