Update CSS, fix the elements stacking order.

This commit is contained in:
Jaroslav Polakovič 2022-01-17 15:58:06 +01:00
Родитель 50cf313546
Коммит aa1e328f15
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -17,7 +17,7 @@
position: absolute;
top: 16px;
right: 16px;
z-index: 2;
z-index: auto; /* In order to not interfere with the mobile slide out menu. */
}
@media (min-width: 720px) {