Fix filters on right half of screen
This commit is contained in:
parent
cd2ab7f962
commit
ff060649d9
|
@ -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%;
|
||||||
|
|
Loading…
Reference in New Issue