Skip to content
Snippets Groups Projects
Commit aa46081c authored by Christopher Pietsch's avatar Christopher Pietsch
Browse files

fixed mobile infobar z-index and width

parent 299ee17f
Branches
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
line-height: 1.3em; line-height: 1.3em;
/* overflow: auto; */ /* overflow: auto; */
/*direction: rtl;*/ /*direction: rtl;*/
z-index: 400; z-index: 1000;
} }
.menu { .menu {
...@@ -182,7 +182,7 @@ ...@@ -182,7 +182,7 @@
.infobar .inner > div { .infobar .inner > div {
/* height: 100%; */ /* height: 100%; */
position: relative; position: relative;
width: 360px; /*width: 360px;*/
float: left; float: left;
padding: 60px; padding: 60px;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment