Skip to content

Commit 69a2caa

Browse files
author
Betta
committed
Fix unwanted scrollbars on generator
Add small bit of CSS to prevent scroll bars from beign shown when customizing a button.
1 parent d113227 commit 69a2caa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

css/app.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ h3 {
3535
font-size: 20px;
3636
}
3737

38+
.tab-content {
39+
padding-bottom: 15px;
40+
}
41+
3842
.example {
3943
position: relative;
4044
margin: 0;

0 commit comments

Comments
 (0)