Skip to content

Commit d695c5c

Browse files
committed
dev today morning last commit
1 parent ceaf979 commit d695c5c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

log_share/templates/base.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
color: white;
8181
display: none;
8282
width: 100px;
83-
83+
z-index: 2;
8484
}
8585

8686
.menu > li .sub2 {
@@ -91,6 +91,7 @@
9191
background-color: #00B0F0;
9292
color: white;
9393
display: none;
94+
z-index: 2;
9495

9596
}
9697
.menu > li .sub3 {

search/static/search/search.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
border: 0;
4848
width: 330px;
4949
height: 40px;
50+
z-index: 1;
5051
}
5152

5253
.icons-container {

0 commit comments

Comments
 (0)