server
server copied to clipboard
Fix navigation pixel flickering
fix https://github.com/nextcloud/server/issues/34591
Margin is not included in the hovering.
/backport to stable25
/rebase
The PR is not compiled. Did you compile locally?
The PR is not compiled. Did you compile locally?
yes, I did
however if Julius found that it works for him in testing, I am fine with the change
Can you try again @szaimen ?
/rebase
I can still reproduce this issue with this branch. Just tried again.
This is my test instance and even tried in a new incognito tab and session.
docker run -it \
--name nextcloud-easy-test \
-p 127.0.0.1:8443:443 \
-e SERVER_BRANCH=fix/navigation-flicker \
-e COMPILE_SERVER=1 \
--volume="nextcloud_easy_test_npm_cache_volume:/var/www/.npm" \
ghcr.io/szaimen/nextcloud-easy-test:latest