put popupmenu above all
This commit is contained in:
parent
454c4d0b70
commit
b48e82d12a
2 changed files with 2 additions and 0 deletions
|
@ -888,6 +888,7 @@ input#dfrn-url {
|
|||
position: absolute;
|
||||
left: 10px; top: 90px;
|
||||
display: none;
|
||||
z-index: 10000;
|
||||
}
|
||||
.wall-item-photo-menu ul { margin:0px; padding: 0px; list-style: none }
|
||||
.wall-item-photo-menu li a { display: block; padding: 2px; }
|
||||
|
|
|
@ -996,6 +996,7 @@ input#dfrn-url {
|
|||
position: absolute;
|
||||
left: 10px; top: 90px;
|
||||
display: none;
|
||||
z-index: 10000;
|
||||
}
|
||||
.wall-item-photo-menu ul { margin:0px; padding: 0px; list-style: none }
|
||||
.wall-item-photo-menu li a { display: block; padding: 2px; }
|
||||
|
|
Loading…
Reference in a new issue