Fix filters on right half of screen

This commit is contained in:
Ceda EI 2021-04-10 11:10:29 +05:30
parent cd2ab7f962
commit ff060649d9
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
.filters { .filters {
width: 10%; width: 10%;
position: absolute; position: fixed;
align-self: flex-start; align-self: flex-start;
top: 200px; top: 200px;
right: 10%; right: 10%;