1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 10:46:32 +00:00

Fix: Poped up the lint tooptip

This commit is contained in:
roottool
2019-05-07 03:26:47 +09:00
parent f3ca893aea
commit f1597f8e84

View File

@@ -72,6 +72,10 @@
border-left-color: rgba(142, 142, 142, 0.5); border-left-color: rgba(142, 142, 142, 0.5);
mix-blend-mode: difference; mix-blend-mode: difference;
} }
.CodeMirror-lint-tooltip {
z-index: 1003;
}
</style> </style>
</head> </head>