changeset 556:4a33f5424767

Bring div.topmenu ul to z-index=5
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 13 Apr 2019 18:28:20 +0900
parents 7e7b3b2822f6
children 591838015ac3
files examples/common/default/default.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/examples/common/default/default.css	Sat Apr 13 15:00:21 2019 +0900
+++ b/examples/common/default/default.css	Sat Apr 13 18:28:20 2019 +0900
@@ -7,7 +7,7 @@
 div.topmenu {
     margin: 0; padding: 0; width: 100%; height: 2em;
 }
-div.topmenu ul {width: 100%; position: fixed; margin: 0;
+div.topmenu ul {width: 100%; position: fixed; z-index: 5; margin: 0;
 		margin: 0 auto;}
 div.topmenu ul li {
     float: left; width: 18%;

yatex.org