From a40a5c8a04ef9336d64811f414a041160b782362 Mon Sep 17 00:00:00 2001 From: Robin Scholtes Date: Thu, 20 Apr 2023 18:33:03 +1200 Subject: [PATCH] [#181] Desktop: operations-dropdown is open and always visible ( on cat by default ) --- src/web/TODO.md | 3 --- src/web/stylesheets/components/operations/_operations.css | 6 ++++++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/web/TODO.md b/src/web/TODO.md index 1cf9dd00..d3c85a18 100644 --- a/src/web/TODO.md +++ b/src/web/TODO.md @@ -13,9 +13,6 @@ - test drag and drop etc. Regular mobile events / UX ### Desktop UI: -#### Operations: -- dropdown must be open by default and not closable at all. Inherit any other behaviour from mobile Operations fixes - #### Bug - `calcControlsHeight` and `adjustComponentSizes` cause trouble in `recipe` `rec-list` when resizing from desktop to mobile diff --git a/src/web/stylesheets/components/operations/_operations.css b/src/web/stylesheets/components/operations/_operations.css index c9fa97ee..dd3d387e 100644 --- a/src/web/stylesheets/components/operations/_operations.css +++ b/src/web/stylesheets/components/operations/_operations.css @@ -31,4 +31,10 @@ #operations-dropdown { border-bottom: none; } + + #search-results.hidden, + #categories.hidden { + z-index: initial; + display: block; + } }