mirror of
https://github.com/misterunknown/ifm.git
synced 2025-08-10 01:56:30 +02:00
fixed moving content when opening a modal
This commit is contained in:
@@ -1016,7 +1016,14 @@ $i18n["de"] = json_decode( $i18n["de"], true );
|
||||
<?php print '</style>
|
||||
<style type="text/css">';?> body {
|
||||
padding-top: 70px;
|
||||
overflow-y: scroll;
|
||||
overflow-y: scroll !important;
|
||||
}
|
||||
|
||||
/*
|
||||
* This prevents the content from moving when opening a modal
|
||||
*/
|
||||
.modal-open {
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
.icon {
|
||||
|
9
ifm.php
9
ifm.php
@@ -1016,7 +1016,14 @@ $i18n["de"] = json_decode( $i18n["de"], true );
|
||||
<?php print '</style>
|
||||
<style type="text/css">';?> body {
|
||||
padding-top: 70px;
|
||||
overflow-y: scroll;
|
||||
overflow-y: scroll !important;
|
||||
}
|
||||
|
||||
/*
|
||||
* This prevents the content from moving when opening a modal
|
||||
*/
|
||||
.modal-open {
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
.icon {
|
||||
|
@@ -1,6 +1,13 @@
|
||||
body {
|
||||
padding-top: 70px;
|
||||
overflow-y: scroll;
|
||||
overflow-y: scroll !important;
|
||||
}
|
||||
|
||||
/*
|
||||
* This prevents the content from moving when opening a modal
|
||||
*/
|
||||
.modal-open {
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
.icon {
|
||||
|
Reference in New Issue
Block a user