Fix position of cookie alert at kde.ru
Closed, WontfixPublic

Description

We have a problem: the social media buttons in the footer are covered up by the cookie alert.

This is what I suggest for desktop site:

.cookiealert {
width: 420px;
right: 12px;
bottom: 58px;
box-shadow: 0 0 12px #000;
opacity: 0.9;
}

However there hardcoded values may not work for some mobile devices.