Search
 
SCRIPT & CODE EXAMPLE
 

CSS

scroll bar on border radius element css

.outer {
  width: 150pt;
  border: 1px solid red;
  border-radius: 15pt;
  
  /* this */
  overflow: hidden;
}

.inner {
  height: 200px;
  /* and this */
  overflow-y: auto;
}
<div class="outer">
    <div class="inner">
        <!-- lots of text here -->
    </div>
</div>
Comment

PREVIOUS NEXT
Code Example
Css :: html how to indent text 
Css :: bootstrap Aligning images 
Css :: Define Or Attach Font Face In HTML CSS Web Page 
Css :: how to style multiple elements at once 
Css :: spaces between letters css 
Css :: sass darken 
Css :: how to center a html header 
Css :: soup css selector 
Css :: how to push text to the right css 
Css :: place image on top right inside flex css 
Css :: 3 line after dot in css 
Css :: css transform 
Css :: how to add background in css 
Css :: terraform rds 
Css :: add inner border css 
Css :: black gradient background effect 
Css :: css styling images 
Css :: css hover darken color 
Css :: css mobile height 100vh 
Css :: how to add a linear gradient in css 
Css :: decrease div size 
Css :: how to make image fit container css 
Css :: css zebra 
Css :: how to set border length in css without div 
Css :: put gradient color over background image 
Css :: font face 
Css :: scrollbar css 
Css :: css text rotate 
Css :: how to open link in same tab in chrome 
Css :: center absolute element 
ADD CONTENT
Topic
Content
Source link
Name
5+3 =