Merge pull request #1263 from penpot/bugfixes

Bugfixes
This commit is contained in:
Andrey Antukh 2021-10-07 13:50:52 +02:00 committed by GitHub
commit 59d44c41e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 343 additions and 148 deletions

View file

@ -874,7 +874,6 @@
position: relative;
top: 2px;
width: 100%;
z-index: 20;
}
.btn-options {
@ -1539,7 +1538,8 @@
right: 5px;
top: 30px;
z-index: 12;
min-width: 200px;
width: 200px;
height: 320px;
position: fixed;
& li.separator {

View file

@ -57,13 +57,6 @@
flex-shrink: 0;
}
.zoom-widget {
.dropdown {
top: 45px;
left: 25px;
}
}
.view-options {
align-items: center;
cursor: pointer;