• В файле: robokassa/assets/css/podeli_styles.css

    Стиль всплывающего окна конфликтует с Bootstrap:

    .modal {
    position: relative;
    display: grid; ------ эта строчка [264] создает конфликт
    row-gap: 20px;
    max-width: 500px;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 16px;
    padding: 34px 24px 28px 24px;
    }

    • This topic was modified 1 year, 2 months ago by ecosoviet.
Viewing 1 replies (of 1 total)
  • Thread Starter ecosoviet

    (@ecosoviet)

    ver. 1.5.5 – BE CAREFUL

    they put the same FAULTY styling for POP-UP in payment_styles.css

    .modal {
        position: relative;
        display: grid;
        row-gap: 20px;
        max-width: 560px;
        width: 100%;
        background-color: #ffffff;
        border: 1px solid #000000;
        border-radius: 16px;
        padding: 34px 24px 28px 24px;
    }
    • This reply was modified 1 year, 1 month ago by ecosoviet.
Viewing 1 replies (of 1 total)
  • The topic ‘Конфликт стилей с bootstrap для .modal’ is closed to new replies.