mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 20:36:15 +02:00
Fix horizontal scrolling on compact shopping list
I could not find any negative side-effects Fixes #453
This commit is contained in:
parent
ad9f336035
commit
5283869d7b
|
|
@ -56,7 +56,6 @@ a.discrete-link:focus {
|
|||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
overflow: auto;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
|
|
@ -73,7 +72,7 @@ a.discrete-link:focus {
|
|||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
|
||||
body.fullscreen-card {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user