@media (max-width: 600px) {
    .floating-bar {
        position: fixed;
        top: 0; 
        left: 5%;
        right: 5%;
        display: flex;
        justify-content: center;
        pointer-events: auto;
        z-index: 9999;
    }
    .panel {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .panel::-webkit-scrollbar {
        display: none;
    }
    #city-modal .modal-content {
        width: 85%;
        left: auto;
        top: auto;
    }
}
