mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-02 21:20:08 +08:00
Fix support menu for Safari [SCI-2885]
This commit is contained in:
parent
d475197e65
commit
79544e789d
1 changed files with 1 additions and 2 deletions
|
@ -6,11 +6,10 @@
|
||||||
box-shadow: 1px 3px 6px 0 $color-alto;
|
box-shadow: 1px 3px 6px 0 $color-alto;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
left: 0;
|
left: 0;
|
||||||
overflow-x: hidden;
|
padding-bottom: 50px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 83px;
|
width: 83px;
|
||||||
z-index: 1001;
|
z-index: 1001;
|
||||||
padding-bottom: 50px;
|
|
||||||
|
|
||||||
.scroll-wrapper {
|
.scroll-wrapper {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
Loading…
Reference in a new issue