Reply to 957996453233913856
@wellendonner fixed elements are positioned relative to the viewport (window), not the body.
You need to add your padding around this element again:
#fixed { ... margin: 10px; width: calc(100% - 20px); }
Reply to 957996453233913856
@wellendonner fixed elements are positioned relative to the viewport (window), not the body.
You need to add your padding around this element again:
#fixed { ... margin: 10px; width: calc(100% - 20px); }