2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-06-30 06:31:01 -06:00

Set base z-index to 0

This commit is contained in:
StefKors 2020-03-25 17:15:51 +01:00
parent 6470e10e29
commit eec7559aaa

View File

@ -6,7 +6,7 @@
border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
padding: 10px; padding: 10px;
font: inherit; font: inherit;
z-index: 1; z-index: 0;
word-wrap: break-word; word-wrap: break-word;
} }