correct notifications positioning on smaller screens - was hidden behind the left nav

This commit is contained in:
Nathan Woulfe
2018-06-28 10:12:40 +10:00
parent 8e0b89801a
commit bf9a336344

View File

@@ -248,13 +248,13 @@ body.umb-drawer-is-visible #mainwrapper{
#applications-tray {
left: 60px;
}
#navigation {
#navigation, #umb-notifications-wrapper {
left: 60px;
}
#contentwrapper, #contentcolumn, #umb-notifications-wrapper {
#contentwrapper, #contentcolumn {
left: 30px;
}
#umbracoMainPageBody .umb-modal-left.fade.in {
#umbracoMainPageBody .umb-modal-left.fade.in {
margin-left: 61px;
}
}
@@ -277,12 +277,13 @@ body.umb-drawer-is-visible #mainwrapper{
#applications-tray {
left: 40px;
}
#navigation {
#navigation, #umb-notifications-wrapper {
left: 40px;
}
#contentwrapper, #contentcolumn, #umb-notifications-wrapper {
#contentwrapper, #contentcolumn {
left: 20px;
}
#umbracoMainPageBody .umb-modal-left.fade.in {
margin-left: 41px;
width: 85%!important;