mirror of
https://github.com/misterunknown/ifm.git
synced 2025-08-12 19:13:57 +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>
|
<?php print '</style>
|
||||||
<style type="text/css">';?> body {
|
<style type="text/css">';?> body {
|
||||||
padding-top: 70px;
|
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 {
|
.icon {
|
||||||
|
9
ifm.php
9
ifm.php
@@ -1016,7 +1016,14 @@ $i18n["de"] = json_decode( $i18n["de"], true );
|
|||||||
<?php print '</style>
|
<?php print '</style>
|
||||||
<style type="text/css">';?> body {
|
<style type="text/css">';?> body {
|
||||||
padding-top: 70px;
|
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 {
|
.icon {
|
||||||
|
@@ -1,6 +1,13 @@
|
|||||||
body {
|
body {
|
||||||
padding-top: 70px;
|
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 {
|
.icon {
|
||||||
|
Reference in New Issue
Block a user