diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/sass/bootstrap.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 2fce70c0d..308a28658 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -147,8 +147,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; | |||
147 | // On desktop browsers, make the content and header horizontally sticked to right not move when modal open and close | 147 | // On desktop browsers, make the content and header horizontally sticked to right not move when modal open and close |
148 | .modal-open { | 148 | .modal-open { |
149 | overflow-y: scroll !important; // Make sure vertical scroll bar is always visible on desktop browsers to get disabled scrollbar effect | 149 | overflow-y: scroll !important; // Make sure vertical scroll bar is always visible on desktop browsers to get disabled scrollbar effect |
150 | position: fixed; // Fix the body position to disable any scroll content | 150 | width: 100vw; // Make sure the content fits all the available width |
151 | width: 100vw; // Make sure the content fits all the available width when position: fixed | ||
152 | } | 151 | } |
153 | 152 | ||
154 | // Nav customizations | 153 | // Nav customizations |