Fix horizontal scrolling on compact shopping list

I could not find any negative side-effects
Fixes #453
This commit is contained in:
Leroy Förster 2020-02-02 03:09:28 +01:00
parent ad9f336035
commit 5283869d7b

View File

@ -56,7 +56,6 @@ a.discrete-link:focus {
position: fixed; position: fixed;
top: 0; top: 0;
left: 0; left: 0;
overflow: auto;
background-color: #ffffff; background-color: #ffffff;
} }
@ -73,7 +72,7 @@ a.discrete-link:focus {
top: 0; top: 0;
left: 0; left: 0;
} }
body.fullscreen-card { body.fullscreen-card {
overflow: hidden; overflow: hidden;
} }