4,092
edits
No edit summary |
No edit summary |
||
Line 1,251: | Line 1,251: | ||
cursor: pointer; | cursor: pointer; | ||
} | } | ||
.entry-number-in-nrs { | .entry-number-in-nrs { | ||
Line 1,284: | Line 1,279: | ||
font-family: 'HALColant-TextRegular'; | font-family: 'HALColant-TextRegular'; | ||
cursor: pointer; | cursor: pointer; | ||
} | |||
.list-container { | |||
position: relative; | |||
} | |||
.entry-nrs-query { | |||
display: none; /* Hide by default */ | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
right: 0; | |||
z-index: 10; /* Make sure it's above the list */ | |||
background-color: rgba(255, 255, 255, 0.9); /* Example background */ | |||
flex-wrap: wrap; /* Allow items to wrap to the next line */ | |||
justify-content: center; /* Center items horizontally */ | |||
margin: 0 auto; /* Center the container */ | |||
} | } |