mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 16:21:57 -05:00
🐛 Fix zoom context menu in viewer
This commit is contained in:
parent
890bf9eced
commit
ddc9d30a3e
2 changed files with 1 additions and 7 deletions
|
@ -23,6 +23,7 @@
|
|||
- Allow lowercase search for fonts [#1180](https://github.com/penpot/penpot/issues/1180)
|
||||
- Fix group renaming problem [Taiga #1969](https://tree.taiga.io/project/penpot/issue/1969)
|
||||
- Fix export group with shadows on children [Taiga #2036](https://tree.taiga.io/project/penpot/issue/2036)
|
||||
- Fix zoom context menu in viewer [Taiga #2041](https://tree.taiga.io/project/penpot/issue/2041)
|
||||
|
||||
### :arrow_up: Deps updates
|
||||
### :boom: Breaking changes
|
||||
|
|
|
@ -57,13 +57,6 @@
|
|||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.zoom-widget {
|
||||
.dropdown {
|
||||
top: 45px;
|
||||
left: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
.view-options {
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Add table
Reference in a new issue