mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-30 17:04:31 +08:00
Fix for Safari artefacts in TinyMCE [SCI-6154] (#3794)
This commit is contained in:
parent
41e1c5cf32
commit
354bf4b808
1 changed files with 5 additions and 0 deletions
|
@ -98,3 +98,8 @@
|
|||
.mce-menu-item.mce-active.mce-menu-item-normal {
|
||||
background-color: $brand-primary !important;
|
||||
}
|
||||
|
||||
// Fix for Safari artefacts
|
||||
.mce-menu.mce-animate {
|
||||
transform: none !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue