Note that there are some explanatory texts on larger screens.

plurals
  1. POremove scroll bar in bootstrap modal
    primarykey
    data
    text
    <pre><code>&lt;span class="education"style="font-size:170%;line-height:150%;"&gt;&amp;nbsp;Education &lt;br&gt; &lt;small style=" color:gray;font-size:60%;"&gt;&amp;nbsp; Indian Institute of Managment,2009-2011 &lt;/small&gt; &lt;br&gt; &lt;small style=" color:gray;font-size:60%;"&gt;&amp;nbsp;Indian Institute of Technology,2004-2008 &lt;/small&gt; &lt;br&gt; &lt;a data-toggle="modal" href="#education" style="float:right;font-size:60%;"&gt; &lt;small&gt; Edit&amp;nbsp; &lt;/small&gt; &lt;/a&gt; &lt;div class="modal fade " id="education"&gt; &lt;div class="modal-dialog "&gt; &lt;div class="modal-content light"&gt; &lt;div class="modal-header"&gt; &lt;button type="button" class="close" data-dismiss="modal" aria-hidden="true"&gt;&amp;times; &lt;/button&gt; &lt;h4 class="modal-title"&gt;Education &lt;/h4&gt; &lt;/div&gt; &lt;div class="modal-body"&gt; &lt;form&gt; &lt;fieldset&gt; &lt;label for="post-graduation"&gt;post-graduation: &lt;/label&gt; &lt;input type="text" name="post-graduation" id="inputbox" class="text ui-widget-content ui-corner-all" /&gt; &lt;label for="graduation"&gt;graduation: &lt;/label&gt; &lt;input type="text" name="graduation" id="inputbox" class="text ui-widget-content ui-corner-all" /&gt; &lt;/fieldset&gt; &lt;/form&gt; &lt;/div&gt; &lt;div class="modal-footer"&gt; &lt;button type="button" class="btn btn-default" data-dismiss="modal"&gt;Close&lt;/button&gt; &lt;button type="button" class="btn btn-primary"&gt;Save changes&lt;/button&gt; &lt;/div&gt; &lt;/div&gt;&lt;!-- /.modal-content --&gt; &lt;/div&gt;&lt;!-- /.modal-dialog --&gt; &lt;/div&gt;&lt;!-- /.modal --&gt; &lt;/span&gt; </code></pre> <p>It is my code. I want a modal when I click on edit button. The modal was appear in my page and disappear when I click on close button. But with modal it also show scroll bar. How can I remove scrollbar from my code?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload