13
0
livetrax/share/web_surfaces/builtin/mixer/ardour-toolkit-theme/css/notifications.css
2020-07-21 06:49:27 +02:00

11 lines
169 B
CSS

.toolkit-notifications {
position: fixed;
z-index: 100000000000;
bottom: 0;
right: 0;
width: 100%;
max-width: 400px;
transform: translate3d(0, 0, 0);
}