cartodb-4.42/app/assets/stylesheets/old_elements/floating.css.scss
2024-04-06 05:25:13 +00: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;
}