diff options
| author | Neylor Ohmaly | 2014-02-05 10:52:30 -0200 |
|---|---|---|
| committer | Neylor Ohmaly | 2014-02-05 10:52:30 -0200 |
| commit | f9bcf6a35031cb1b7bb2eb0233417f67baab4827 (patch) | |
| tree | 9da3cc9965bf8267d3f435d59ab4d0a7f0822727 /sass | |
| parent | 68f2f1f0119e63890871bce7819e182152566160 (diff) | |
| download | nsPopover-f9bcf6a35031cb1b7bb2eb0233417f67baab4827.tar.bz2 | |
Improved the code documentation.
Diffstat (limited to 'sass')
| -rw-r--r-- | sass/ns-popover.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sass/ns-popover.scss b/sass/ns-popover.scss index 21344e2..e4fe2a9 100644 --- a/sass/ns-popover.scss +++ b/sass/ns-popover.scss @@ -2,6 +2,8 @@ box-sizing: border-box;
border: solid 1px #d2d2d2;
border-radius: 3px;
+ z-index: 100;
+ background-color: #fff;
ul {
padding: 0;
|
