Fixed the custom dropdown menu, now I just need to style it.
This commit is contained in:
@@ -21,12 +21,9 @@ export default {
|
||||
<style scoped>
|
||||
div {
|
||||
display: block;
|
||||
/* flex-direction: column; */
|
||||
width: 10%;
|
||||
position: absolute;
|
||||
background-color: var(--background-secondary);
|
||||
border-radius: 0px 0px 10px 10px;
|
||||
/* padding: 10px; */
|
||||
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user