Skip to content

Commit 7f48358

Browse files
author
Santhoshkumar R
committed
fix: Cookie box UI issues
1 parent cec4c4c commit 7f48358

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/templates/page.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -682,16 +682,16 @@ table{
682682
#hs-banner-parent{
683683
.hs-cookie-notification-position-bottom{
684684
width: calc(min(28em, 100%)) !important;
685-
left: calc(min(15em, 100%)) !important;
685+
left: calc(min(2em, 100%)) !important;
686686
@media only screen and (max-width: 767px) {
687-
left: 3%;
688-
bottom: 2%;
689-
width: 95%;
687+
left: 3% !important;
688+
bottom: 2% !important;
689+
max-width: 95% !important;
690690
}
691691
@media only screen and (min-width:768px) and (max-width: 1023px) {
692-
left: 20%;
693-
bottom: 10%;
694-
width: 35%;
692+
left: 20% !important;
693+
bottom: 10% !important;
694+
max-width: 35% !important;
695695
}
696696
#hs-eu-cookie-confirmation-inner{
697697
@apply p-8;

0 commit comments

Comments
 (0)