You are here

absolute_messages_fixed.css in Absolute Messages 7

Same filename and directory in other branches
  1. 6 absolute_messages_fixed.css
body #absolute-messages-messages {
  position: fixed;
  top: 0;
  left: 0;
}

File

absolute_messages_fixed.css
View source
  1. body #absolute-messages-messages {
  2. position: fixed;
  3. top: 0;
  4. left: 0;
  5. }