4,656
edits
No edit summary |
No edit summary |
||
| Line 312: | Line 312: | ||
} | } | ||
#print-selection-wrapper { | #print-selection-wrapper { | ||
display: | position: relative; | ||
} | |||
#print-selection-options { | |||
position: absolute; | |||
top: 100%; /* directly under button */ | |||
right: 0; /* align to right edge */ | |||
z-index: 99999; | |||
display: none; /* already controlled by JS */ | |||
white-space: nowrap; | |||
margin-top: 4px; /* small gap under button */ | |||
} | } | ||
.toggle-filters.general-toggle { | .toggle-filters.general-toggle { | ||