changeset 150:1b214b168948

static (css): set overflow for menu
author Goffi <goffi@goffi.org>
date Mon, 04 Jun 2018 10:22:55 +0200
parents e5ec33c4a8a8
children 0ec76c1f53d3
files sat_templates/default/static/styles.css
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sat_templates/default/static/styles.css	Sun Jun 03 18:01:32 2018 +0200
+++ b/sat_templates/default/static/styles.css	Mon Jun 04 10:22:55 2018 +0200
@@ -245,6 +245,7 @@
     /* background-color: #eaeaea; */
     background-color: #333;
     color: white;
+    overflow: auto;
 }
 
 .main_menu ul {