mirror of
https://github.com/nextcloud/server.git
synced 2026-05-25 18:52:53 -04:00
Merge pull request #13625 from nextcloud/backport/13574/stable15
[stable15] Fix app navigation flickering on hover
This commit is contained in:
commit
0b5aaec397
1 changed files with 1 additions and 1 deletions
|
|
@ -510,7 +510,7 @@ nav[role='navigation'] {
|
|||
opacity: 0;
|
||||
position: absolute;
|
||||
color: var(--color-primary-text);
|
||||
bottom: -5px;
|
||||
bottom: 2px;
|
||||
width: calc(100% - 4px);
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
|
|
|
|||
Loading…
Reference in a new issue