[#181] Desktop: operations-dropdown is open and always visible ( on cat by default )
This commit is contained in:
parent
7ae22ff16b
commit
a40a5c8a04
@ -13,9 +13,6 @@
|
|||||||
- test drag and drop etc. Regular mobile events / UX
|
- test drag and drop etc. Regular mobile events / UX
|
||||||
|
|
||||||
### Desktop UI:
|
### Desktop UI:
|
||||||
#### Operations:
|
|
||||||
- dropdown must be open by default and not closable at all. Inherit any other behaviour from mobile Operations fixes
|
|
||||||
|
|
||||||
#### Bug
|
#### Bug
|
||||||
- `calcControlsHeight` and `adjustComponentSizes` cause trouble in `recipe` `rec-list` when resizing from desktop to mobile
|
- `calcControlsHeight` and `adjustComponentSizes` cause trouble in `recipe` `rec-list` when resizing from desktop to mobile
|
||||||
|
|
||||||
|
|||||||
@ -31,4 +31,10 @@
|
|||||||
#operations-dropdown {
|
#operations-dropdown {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#search-results.hidden,
|
||||||
|
#categories.hidden {
|
||||||
|
z-index: initial;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user