We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c1226 commit 127733eCopy full SHA for 127733e
loader/src/ui/nodes/Notification.cpp
@@ -178,7 +178,7 @@ void Notification::show() {
178
if (!this->getParent()) {
179
auto winSize = CCDirector::get()->getWinSize();
180
this->setPosition(winSize.width / 2, winSize.height / 4);
181
- this->setZOrder(CCScene::get()->getChildrenCount() > 0 ? CCScene::get()->getHighestChildZ() + 100 : 100);
+ this->setZOrder(CCScene::get()->getChildrenCount() > 0 ? CCScene::get()->getHighestChildZ() + 2 : 10);
182
}
183
SceneManager::get()->keepAcrossScenes(this);
184
m_showing = true;
0 commit comments