mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 12:18:17 +00:00 
			
		
		
		
	Added horizontal scrolling
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
{% macro render_headings(headings, level=1) %}
 | 
			
		||||
  <ul class="toctree-l{{ level }}" style="list-style: none; padding-left: 0;">
 | 
			
		||||
  <ul class="toctree-l{{ level }}" style="list-style: none; padding-left: 0; overflow-x: auto; white-space: nowrap;">
 | 
			
		||||
    {% for item in headings %}
 | 
			
		||||
      <li class="toctree-l{{ level }}{% if item.current %} current{% endif %}"
 | 
			
		||||
          {% if item.children %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user