#taktikkSok {
    position: sticky;
    top: 0;
    z-index: 10;
    background: white;
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#multiModal div.w3-modal-content {
    resize: both !important;
    overflow: auto;
    min-width: 300px;
    min-height: 150px;
    max-width: 90vw !important;
    max-height: 90vh !important;
    /* 'resize: both;' already allows resizing horizontally and vertically */
}