4,656
edits
No edit summary |
No edit summary |
||
| Line 316: | Line 316: | ||
#print-selection-options { | #print-selection-options { | ||
position: absolute; | position: absolute; | ||
top: 100%; | top: 100%; | ||
right: 0; | right: 0; | ||
z-index: 99999; | z-index: 99999; | ||
display: flex; | |||
gap: 2px; | |||
white-space: nowrap; | white-space: nowrap; | ||
margin-top: 4px; | margin-top: 4px; | ||
} | |||
.print-selection-option { | |||
display: contents; | |||
} | } | ||
.toggle-filters.general-toggle { | .toggle-filters.general-toggle { | ||