# HG changeset patch # User HIROSE Yuuji # Date 1555147700 -32400 # Node ID 4a33f5424767e13e04346876055657f2f0be0245 # Parent 7e7b3b2822f6c49ae0f156b2088e18931c5c5741 Bring div.topmenu ul to z-index=5 diff -r 7e7b3b2822f6 -r 4a33f5424767 examples/common/default/default.css --- 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%;