13
0
livetrax/share/web_surfaces/builtin/mixer/ardour-toolkit-theme/css/notifications.css

11 lines
169 B
CSS
Raw Normal View History

2020-06-21 17:29:27 -04:00
.toolkit-notifications {
position: fixed;
z-index: 100000000000;
bottom: 0;
right: 0;
width: 100%;
max-width: 400px;
transform: translate3d(0, 0, 0);
}