Chatwoot/app/javascript/shared/assets/stylesheets/z-index.scss
Sivin Varghese 8b841596a5
feat: Creates pop out reply box (#2832)
* enhancement: Creates draggable pop out replay box

* Review fixes

* Minor fixes

* codeclimate fixes

* Update z-index.scss

* Minor fixes

* Review fixes

* Minor fixes

* Update MessagesView.vue

* Review fixes

* Review fixes

Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
2021-09-01 06:42:22 -07:00

11 lines
222 B
SCSS

:root {
// z-index
--z-index-minus: -1;
--z-index-zero: 0;
--z-index-low: 10;
--z-index-normal: 100;
--z-index-high: 1000;
--z-index-higher: 2000;
--z-index-much-higher: 5000;
--z-index-highest: 10000;
}