s4

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 diff
     1.1 --- a/examples/common/default/default.css	Sat Apr 13 15:00:21 2019 +0900
     1.2 +++ b/examples/common/default/default.css	Sat Apr 13 18:28:20 2019 +0900
     1.3 @@ -7,7 +7,7 @@
     1.4  div.topmenu {
     1.5      margin: 0; padding: 0; width: 100%; height: 2em;
     1.6  }
     1.7 -div.topmenu ul {width: 100%; position: fixed; margin: 0;
     1.8 +div.topmenu ul {width: 100%; position: fixed; z-index: 5; margin: 0;
     1.9  		margin: 0 auto;}
    1.10  div.topmenu ul li {
    1.11      float: left; width: 18%;