We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14375cf commit c707d59Copy full SHA for c707d59
1 file changed
assets/style.css
@@ -799,7 +799,7 @@ input:-webkit-autofill:active{
799
color: var(--dark-gray);
800
}
801
.bike-list #stationName {
802
- width: calc(100% - 7vh - 10px - 5%);
+ width: calc(100% - 7vh - 10px - 5% - 8dvh);
803
position: absolute;
804
left: calc(10px + 7vh);
805
top: calc(3vh + 1rem + 0.2rem);
@@ -912,7 +912,7 @@ input:-webkit-autofill:active{
912
913
top: 0;
914
left: 0;
915
- z-index: 3;
+ z-index: 4;
916
917
#bikeReserveCard {
918
background-color: white;
@@ -2586,7 +2586,7 @@ input[type=number] {
2586
right: 1vh;
2587
bottom: unset;
2588
left: unset;
2589
- z-index: unset;
+ z-index: 3;
2590
2591
#countdown > svg {
2592
width: 8dvh;
0 commit comments