Daniel@0: @import "../config.less"; Daniel@0: Daniel@0: .notifications { Daniel@0: Daniel@0: position: absolute; Daniel@0: width: 0; Daniel@0: bottom: 0; Daniel@0: top: 0; Daniel@0: right: 0; Daniel@0: z-index: @z-index_notifications; Daniel@0: Daniel@0: // ================================== Daniel@0: &__stack { Daniel@0: position: fixed; Daniel@0: right: 0; Daniel@0: overflow: visible; Daniel@0: bottom: @notifications--bottom-offset; Daniel@0: //top: @notifications--top-offset; Daniel@0: } Daniel@0: }