Desing and config.examle.js
This commit is contained in:
parent
33c3eedb3a
commit
c1c2e0c080
2 changed files with 7 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ textarea:focus {
|
|||
}
|
||||
|
||||
.route-card {
|
||||
overflow: hidden;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.route-image {
|
||||
|
|
@ -269,9 +269,14 @@ textarea:focus {
|
|||
|
||||
.route-menu {
|
||||
position: relative;
|
||||
z-index: 5;
|
||||
flex: none;
|
||||
}
|
||||
|
||||
.route-menu[open] {
|
||||
z-index: 50;
|
||||
}
|
||||
|
||||
.route-menu summary {
|
||||
display: grid;
|
||||
width: 2.2rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue