cartodb/app/assets/stylesheets/old_elements/floating.css.scss
2020-06-15 10:58:47 +08:00

12 lines
250 B
SCSS

/**
* this class is made for small interactions dialogs like editing a cell value or change the table name.
It is used in cartodb/old_common/small_dialog.js for example
*/
.floating {
position: fixed;
z-index: 10;
background-color: #FFF;
}