mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 17:53:49 +00:00
13 lines
235 B
CSS
13 lines
235 B
CSS
#page-setup-wizard .panel {
|
|
background-color: #fff;
|
|
position: fixed; top:0; left: 0; width:100%; height:100%;
|
|
overflow: auto;
|
|
}
|
|
|
|
#page-setup-wizard .panel-body {
|
|
}
|
|
|
|
#page-setup-wizard .col-md-6 .control-input .btn {
|
|
width: 100%;
|
|
}
|